Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Nov 2024 03:17:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 277125] ifconfig: ioctl (SIOCAIFADDR): File exists when P2P dest_addr route exists
Message-ID:  <bug-277125-7501-ecRQ5RwDlT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277125-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277125-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277125-7501-ecRQ5RwDlT>