]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'ipv4_link_down'
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Nov 2015 21:57:44 +0000 (16:57 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Nov 2015 21:57:44 +0000 (16:57 -0500)
commitfc2a263bb0604642703cda6cba5ac1ffb1935440
tree793899c92207ec937d1e44bf63e69853c79673d5
parent5dbebbb44a6ad94aab2cd1a46f7676f255403f64
parentc9b3292eeb52c6834e972eb5b8fe38914771ed12
Merge branch 'ipv4_link_down'

Julian Anastasov says:

====================
ipv4: fix problems from the RTNH_F_LINKDOWN introduction

Fix two problems from the change that introduced RTNH_F_LINKDOWN
flag. The first patch deals with the removal of local route on
DOWN event. The second patch makes sure the RTNH_F_LINKDOWN
flag is properly updated on UP event because the DOWN event
sets it in all cases.

v2->v3:
- use bool for force var

v1->v2:
- forgot to add ifconfig dummy0 down in the test case
- split to 2 patches
====================

Signed-off-by: David S. Miller <davem@davemloft.net>