]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add a test that shows the v6 recursive nexthop problem 18093/head
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)
commiteef5879d24e87908ccc42693d9bb08fe7f7aad6c
tree3346d73be351698d6f3b6ef8dfdde245ece585b5
parent52525ba9ab04fd996e2f6fb1f8ee6b031e00fa7c
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]