]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add a test that shows the v6 recursive nexthop problem 18091/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:46:56 +0000 (08:46 +0000)
commitf518a272a91105f9cfa9f51faef8c273c5aa232e
treefd98fce61d67262d6d6d5e016c735981f8c641e8
parente7fb1313a4b88e4dde0ecd2fe74a61ba525bd6d7
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]