[Bug 277125] ifconfig: ioctl (SIOCAIFADDR): File exists when P2P dest_addr route exists

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 04 Nov 2024 03:17:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277125

Jose Luis Duran <jlduran@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jlduran@FreeBSD.org

--- Comment #1 from Jose Luis Duran <jlduran@FreeBSD.org> ---
A shorter way to reproduce it:

    # route add -net 192.0.2.0/24 -interface vtnet0
    add net 192.0.2.0: gateway vtnet0
    # ifconfig epair create
    epair0a
    # ifconfig epair0a inet 192.0.2.1/24
    ifconfig: ioctl (SIOCAIFADDR): File exists

I'm also not used to first having to delete the route in order to assign an
address that's already in the routing table.

-- 
You are receiving this mail because:
You are the assignee for the bug.