]> git.proxmox.com Git - mirror_frr.git/commit
Add a basic EIGRP topology.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 16 Aug 2017 23:10:52 +0000 (19:10 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:12 +0000 (20:22 -0500)
commita4e471cfc53da4817e7a1455d298761f3afbf592
tree180ac1f5be36b4bdb9cefa6816c40706c119f8f6
parentcda83bee9f4e3c987375ed3250221052673f554f
Add a basic EIGRP topology.

Nothing fancy here, just add 3 routers in a row
attempt to let eigrp come up and start a mininet
xterm to debug, since eigrp doesn't work yet.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
12 files changed:
tests/topotests/eigrp-topo1/r1/eigrpd.conf [new file with mode: 0644]
tests/topotests/eigrp-topo1/r1/show_ip_eigrp.ref [new file with mode: 0644]
tests/topotests/eigrp-topo1/r1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/eigrp-topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/eigrp-topo1/r2/eigrpd.conf [new file with mode: 0644]
tests/topotests/eigrp-topo1/r2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/eigrp-topo1/r2/zebra.conf [new file with mode: 0644]
tests/topotests/eigrp-topo1/r3/eigrpd.conf [new file with mode: 0644]
tests/topotests/eigrp-topo1/r3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/eigrp-topo1/r3/zebra.conf [new file with mode: 0644]
tests/topotests/eigrp-topo1/test_eigrp_topo1.dot [new file with mode: 0644]
tests/topotests/eigrp-topo1/test_eigrp_topo1.py [new file with mode: 0755]