freebsd-skq/tests/sys
asomers 218f93e5f8 MFC changes related to PR kern/189089. Unlike CURRENT, stable/10 does not
panic when you attempt to remove the IP address.  But it still fails to
remove the address.

MFC r265094

Add regression test for PR kern/189088.

MFC r265092

Fix a panic when removing an IP address from an interface, if the same
address exists on another interface.  The panic was introduced by change
264887, which changed the fibnum parameter in the call to rtalloc1_fib() in
ifa_switch_loopback_route() from RT_DEFAULT_FIB to RT_ALL_FIBS.  The
solution is to use the interface fib in that call.  For the majority of
users, that will be equivalent to the legacy behavior.
2014-06-06 22:14:25 +00:00
..
kern MFC r264133: Fix variable type to avoid printf formatter warning. 2014-04-17 13:11:56 +00:00
netinet MFC changes related to PR kern/189089. Unlike CURRENT, stable/10 does not 2014-06-06 22:14:25 +00:00
Makefile MFC r263445 and r265385. Note that the change to ObsoleteFiles.inc in 2014-05-07 18:49:25 +00:00