]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
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>

Trivial merge