]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit82cb6337b4773936e40d4f165b3aa0d2cf58ed85
treed07022c63df21f904141285f1094ecbe6ed18fe2
parentab080f6d0c434e3a59f641100e776009467e20be
parentdac7db1b54e0fe9a198b195507d25b0f1d99633e
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>