]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add a test that shows the v6 recursive nexthop problem 17935/head
authorDonald Sharp <sharpd@nvidia.com>
Mon, 27 Jan 2025 15:34:31 +0000 (10:34 -0500)
committerMark Stapp <mjs@cisco.com>
Tue, 28 Jan 2025 18:52:32 +0000 (13:52 -0500)
commit73ab6a46c51db91df297774221053ab8fc4d12ae
treeb260b2be5beabdc8371f8ca25dbe108dda231def
parentcb7cf73992847cfd4af796085bf14f2fdc4fa8db
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>
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]