]> 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:46:13 +0000 (08:46 +0000)
commitcbe6684fee700f81b1650d3cdf4fcd1c624d919b
tree94f66d04a23f22b3ea58a13881e775fb09020a78
parent319df238a0ffce2c20d916c30c81b7e423244f01
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]