diff options
Diffstat (limited to 'tests/topotests/pim_basic/r2')
-rw-r--r-- | tests/topotests/pim_basic/r2/pimd.conf | 1 | ||||
-rw-r--r-- | tests/topotests/pim_basic/r2/zebra.conf | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/topotests/pim_basic/r2/pimd.conf b/tests/topotests/pim_basic/r2/pimd.conf new file mode 100644 index 0000000..932cff6 --- /dev/null +++ b/tests/topotests/pim_basic/r2/pimd.conf @@ -0,0 +1 @@ +hostname r2 diff --git a/tests/topotests/pim_basic/r2/zebra.conf b/tests/topotests/pim_basic/r2/zebra.conf new file mode 100644 index 0000000..cb30858 --- /dev/null +++ b/tests/topotests/pim_basic/r2/zebra.conf @@ -0,0 +1,8 @@ +hostname r2 +! +interface r2-eth0 + ip address 10.0.20.2/24 +! +interface lo + ip address 10.254.0.2/32 +! |