]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: add new bfd topology with IPv6
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 7 Mar 2019 19:44:08 +0000 (16:44 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 12 Mar 2019 01:07:42 +0000 (22:07 -0300)
commit812f5a3d3b42617326ab62ae95b5a9c283da2e7f
tree1317cc140be2ac30e86fb425429b9e6fdeb3307d
parent261e0ba94d24cc28462a12eda23d9ed8ce747765
topotests: add new bfd topology with IPv6

New BFD topology using IPv6 and multi hop peer to cover more daemon
features. This topology also tests BFD integration with BGP, OSPF and
OSPF6.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
28 files changed:
tests/topotests/bfd-topo2/__init__.py [new file with mode: 0644]
tests/topotests/bfd-topo2/r1/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-topo2/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bfd-topo2/r1/ipv4_routes.json [new file with mode: 0644]
tests/topotests/bfd-topo2/r1/ipv6_routes.json [new file with mode: 0644]
tests/topotests/bfd-topo2/r1/peers.json [new file with mode: 0644]
tests/topotests/bfd-topo2/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-topo2/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bfd-topo2/r2/ipv4_routes.json [new file with mode: 0644]
tests/topotests/bfd-topo2/r2/ipv6_routes.json [new file with mode: 0644]
tests/topotests/bfd-topo2/r2/ospf6d.conf [new file with mode: 0644]
tests/topotests/bfd-topo2/r2/ospfd.conf [new file with mode: 0644]
tests/topotests/bfd-topo2/r2/peers.json [new file with mode: 0644]
tests/topotests/bfd-topo2/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-topo2/r3/ipv4_routes.json [new file with mode: 0644]
tests/topotests/bfd-topo2/r3/ipv6_routes.json [new file with mode: 0644]
tests/topotests/bfd-topo2/r3/ospfd.conf [new file with mode: 0644]
tests/topotests/bfd-topo2/r3/peers.json [new file with mode: 0644]
tests/topotests/bfd-topo2/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-topo2/r4/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd-topo2/r4/ipv4_routes.json [new file with mode: 0644]
tests/topotests/bfd-topo2/r4/ipv6_routes.json [new file with mode: 0644]
tests/topotests/bfd-topo2/r4/ospf6d.conf [new file with mode: 0644]
tests/topotests/bfd-topo2/r4/peers.json [new file with mode: 0644]
tests/topotests/bfd-topo2/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bfd-topo2/test_bfd_topo2.dot [new file with mode: 0644]
tests/topotests/bfd-topo2/test_bfd_topo2.jpg [new file with mode: 0644]
tests/topotests/bfd-topo2/test_bfd_topo2.py [new file with mode: 0644]