Merge branch 'ipv4-two-bug-fixes'
authorJakub Kicinski <kuba@kernel.org>
Wed, 7 Dec 2022 04:34:46 +0000 (20:34 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 7 Dec 2022 04:34:46 +0000 (20:34 -0800)
Ido Schimmel says:

====================
ipv4: Two small fixes for bugs in IPv4 routing code.

A variation of the second bug was reported by an FRR 5.0 (released
06/18) user as this version was setting a table ID of 0 for the
default VRF, unlike iproute2 and newer FRR versions.

The first bug was discovered while fixing the second.

Both bugs are not regressions (never worked) and are not critical
in my opinion, so the fixes can be applied to net-next, if desired.

No regressions in other tests:

 # ./fib_tests.sh
 ...
 Tests passed: 191
 Tests failed:   0
====================

Link: https://lore.kernel.org/r/20221204075045.3780097-1-idosch@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge