[Bug 128954] ifconfig(8) deletes valid routes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 20 00:49:59 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=128954

--- Comment #2 from Marie Helene Kvello-Aune <marieheleneka at gmail.com> ---
on 11-current (r295762), steps to reproduce:
# ifconfig igb1 inet 10.0.1.1/24
# route add -net 10.0.2.0/24 10.0.1.2
# netstat -rn
(...)
10.0.2.0/24        10.0.1.2           UGS        igb1
(...)

# ifconfig igb1 inet 10.0.1.13/24
# netstat -rn
-- the 10.0.2.0/24 route is gone --

Reading about possible causes in the linked thread, I've checked dmesg and the
interface isn't down/up'ed when changing IP.

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


More information about the freebsd-net mailing list