]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Topotest for checking ECMP inter-area nexthop handling
authorMartin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
Sun, 3 Oct 2021 12:39:15 +0000 (14:39 +0200)
committerMartin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
Mon, 31 Jan 2022 07:31:00 +0000 (08:31 +0100)
commit5a104c8634bd88a9f0e24f161bf26e96ed11706c
tree33d141e77f3f0a236a5b981065f17c3cdb70d352
parentcce7c33396e8b30f92e3474860f78d0e21d01a57
tests: Topotest for checking ECMP inter-area nexthop handling

Used to reproduce #9720 and may also serve as a regression test in the
future.

Signed-off-by: Martin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
19 files changed:
tests/topotests/ospf6_ecmp_inter_area/r1/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r1/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r2/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r2/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r3/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r3/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r4/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r4/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r5/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r5/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r6/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r6/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r7/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r7/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r8/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r8/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r9/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/r9/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6_ecmp_inter_area/test_ospf6_ecmp_inter_area.py [new file with mode: 0644]