]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add a test that shows the v6 recursive nexthop problem 18089/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:12 +0000 (08:46 +0000)
commit7db06f6f32e70695edbc68f3b5e8959299280091
tree6974f34e0f09bc2dc080052f8b4521b77c37bf73
parent0f1e9bb79d9a69d7b070c34c134b0b513c746346
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]