Merge branch 'ipv4-nexthop-Various-improvements'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Aug 2020 23:00:51 +0000 (16:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Aug 2020 23:00:51 +0000 (16:00 -0700)
commitbf82d565bc4603c0e1135809512fe9f6f87a1c47
treed07022c63df21f904141285f1094ecbe6ed18fe2
parent751e42515efbe00cf8fe8c8bb160a207364dbb2b
parent041bc0dce524aa8435d1c088d718090095d1f27c
Merge branch 'ipv4-nexthop-Various-improvements'

Ido Schimmel says:

====================
ipv4: nexthop: Various improvements

This patch set contains various improvements that I made to the nexthop
object code while studying it towards my upcoming changes.

While patches #4 and #6 fix bugs, they are not regressions (never
worked). They also do not occur to me as critical issues, which is why I
am targeting them at net-next.

Tested with fib_nexthops.sh:

Tests passed: 134
Tests failed:   0
====================

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