]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Test MSDP RPF
authorAdriano Marto Reis <adrianomarto@gmail.com>
Sun, 28 Jul 2024 04:34:24 +0000 (14:34 +1000)
committerAdriano Marto Reis <adrianomarto@gmail.com>
Sun, 28 Jul 2024 04:34:24 +0000 (14:34 +1000)
commite64d15b17a4577aefda10a87312baed6876f3586
tree3e891bb826045188daedd19edba91c4e3a97e26c
parent353efe7ae8a19ad626442185738e32e872490203
tests: Test MSDP RPF

Adding a MSDP test with multiple possible routes.

Signed-off-by: "Adriano Marto Reis" <adrianomarto@gmail.com>
16 files changed:
tests/topotests/msdp_topo2/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r1/pimd.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r1/zebra.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r2/pimd.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r2/zebra.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r3/pimd.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r3/zebra.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r4/pimd.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r4/zebra.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r5/bgpd.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r5/pimd.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/r5/zebra.conf [new file with mode: 0644]
tests/topotests/msdp_topo2/test_msdp_topo2.py [new file with mode: 0755]