]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Add a test that shows the v6 recursive nexthop problem
authorDonald Sharp <sharpd@nvidia.com>
Mon, 27 Jan 2025 15:34:31 +0000 (10:34 -0500)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 11 Feb 2025 08:47:23 +0000 (08:47 +0000)
commit30296344d39ac59a81dd4a61b45314febf80af2e
tree20262bfd7f2c10c575e19f6746c14bc567e32d87
parenta3c526e7975bb30fada3a6ae834cde794e7e58fe
tests: Add a test that shows the v6 recursive nexthop problem

Currently FRR does not handle v6 recurisive resolution properly
when the route being recursed through changes and the most
significant bits of the route are not changed.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 73ab6a46c51db91df297774221053ab8fc4d12ae)
tests/topotests/v6_nexthop_group_recursive_resolution/r1/frr.conf [new file with mode: 0644]
tests/topotests/v6_nexthop_group_recursive_resolution/test_v6_nexthop_group_recursive_resolution.py [new file with mode: 0644]