freebsd-skq/tests/sys
asomers 130691029e 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.

PR:		kern/189089
Reported by:	neel
Reviewed by:	neel
MFC after:	3 weeks
X-MFC with:	264887
Sponsored by:	Spectra Logic
2014-04-29 14:46:45 +00:00
..
kern Fix variable type to avoid printf formatter warning. 2014-04-04 18:10:11 +00:00
netinet Fix a panic when removing an IP address from an interface, if the same address 2014-04-29 14:46:45 +00:00
Makefile Add several ATF tests that deal with multiple fibs. They're described in 2014-03-20 20:39:41 +00:00