Re: [PATCHv3 net 0/2] ipv4: fix problems from the RTNH_F_LINKDOWN introduction
From: David Miller <davem@davemloft.net>
Date: 2015-11-01 21:58:11
From: David Miller <davem@davemloft.net>
Date: 2015-11-01 21:58:11
From: Julian Anastasov <ja@ssi.bg> Date: Fri, 30 Oct 2015 10:23:32 +0200
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.
Series applied and queued up for -stable, thanks Julian.