]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add ability to test ipv6 ra pref64 extension 11224/head 18626/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 9 Apr 2025 15:20:49 +0000 (11:20 -0400)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Apr 2025 12:20:28 +0000 (14:20 +0200)
commitfd9ff5e0e2ca0e65b8cd88c30a7c1162fb80e4e1
tree277653a4763bb8b103adc53110873ea34281f77f
parent5fd36a58183ae9b98e582fac5b1f32dbb3e7ecae
tests: Add ability to test ipv6 ra pref64 extension

This is the test to ensure that the ipv6 ra pref64
extension is working properly..

This is a very simple test.  Enables the feature
on r1 to send out the ra's once every 3 seconds
with the feature turned on.  Then on r2 ensure
that we see the ra with the appropriate values.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/zebra_pref64/r1/frr.conf [new file with mode: 0644]
tests/topotests/zebra_pref64/r2/frr.conf [new file with mode: 0644]
tests/topotests/zebra_pref64/rx_ipv6_ra_8781.py [changed mode: 0644->0755]
tests/topotests/zebra_pref64/test_zebra_prefix64.py [new file with mode: 0644]