ipv6: Revert optional address flusing on ifdown.
This reverts the following three commits:70af921db6
799977d9aa
f1705ec197
The feature was ill conceived, has terrible semantics, and has added nothing but regressions to the already fragile ipv6 stack. Fixes:f1705ec197
("net: ipv6: Make address flushing on ifdown optional") Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -176,7 +176,6 @@ enum {
|
||||
DEVCONF_IGNORE_ROUTES_WITH_LINKDOWN,
|
||||
DEVCONF_DROP_UNICAST_IN_L2_MULTICAST,
|
||||
DEVCONF_DROP_UNSOLICITED_NA,
|
||||
DEVCONF_KEEP_ADDR_ON_DOWN,
|
||||
DEVCONF_MAX
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user