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)
commite40febfb9c99bc30a0dcb60e39b00beb656fdb0f
tree586a461392621a415a32d583b0ae8e1792669155
parent7e6303567ce3ca506e4a2704e4baa86f1d8bde02
parentc0d999348e01df03e0a7f550351f3907fabbf611
Merge branch 'ipv4-two-bug-fixes'

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>