/[base]
ViewVC logotype

Revision 271842


Jump to revision: Previous Next
Author: asomers
Date: Thu Sep 18 22:12:52 2014 UTC (9 years, 9 months ago)
Changed paths: 3
Log Message:
MFC r265092, except for the ATF bits.

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


Changed paths

Path Details
Directorystable/9/ modified , props changed
Directorystable/9/sys/ modified , props changed
Directorystable/9/sys/netinet/in.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27