From: David S. Miller Date: Sun, 1 Nov 2015 21:57:44 +0000 (-0500) Subject: Merge branch 'ipv4_link_down' X-Git-Tag: firefly_0821_release~176^2~505^2~12^2~13 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fc2a263bb0604642703cda6cba5ac1ffb1935440;p=firefly-linux-kernel-4.4.55.git 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 --- fc2a263bb0604642703cda6cba5ac1ffb1935440