diff options
author | Julian Anastasov <ja@ssi.bg> | 2015-10-30 09:23:33 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-11-01 22:57:39 +0100 |
commit | 4f823defdd5b106a5e89745ee8b163c71855de1e (patch) | |
tree | 0e5c931525020e31361e2af3426f9f2d78953f00 /REPORTING-BUGS | |
parent | net: bcmgenet: Software reset EPHY after power on (diff) | |
download | linux-4f823defdd5b106a5e89745ee8b163c71855de1e.tar.xz linux-4f823defdd5b106a5e89745ee8b163c71855de1e.zip |
ipv4: fix to not remove local route on link down
When fib_netdev_event calls fib_disable_ip on NETDEV_DOWN event
we should not delete the local routes if the local address
is still present. The confusion comes from the fact that both
fib_netdev_event and fib_inetaddr_event use the NETDEV_DOWN
constant. Fix it by returning back the variable 'force'.
Steps to reproduce:
modprobe dummy
ifconfig dummy0 192.168.168.1 up
ifconfig dummy0 down
ip route list table local | grep dummy | grep host
local 192.168.168.1 dev dummy0 proto kernel scope host src 192.168.168.1
Fixes: 8a3d03166f19 ("net: track link-status of ipv4 nexthops")
Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions