https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=128954
--- Comment #2 from Marie Helene Kvello-Aune <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
