Merge branch 'ipv4-fix-route-update-on-metric-change'
authorDavid S. Miller <davem@davemloft.net>
Sat, 26 Oct 2019 18:25:53 +0000 (11:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Oct 2019 18:25:53 +0000 (11:25 -0700)
commit45f338069941f799ecc22e5a51b423da0b32459d
treefa364760ca18a790a3949caef5a3fc47bcc3ab1a
parent5ff223e86f5addbfae26419cbb5d61d98f6fbf7d
parent37de3b354150450ba12275397155e68113e99901
Merge branch 'ipv4-fix-route-update-on-metric-change'

Paolo Abeni says:

====================
ipv4: fix route update on metric change.

This fixes connected route update on some edge cases for ip addr metric
change.
It additionally includes self tests for the covered scenarios. The new tests
fail on unpatched kernels and pass on the patched one.

v1 -> v2:
 - add selftests
====================

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