summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-06-18 15:32:18 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-06-18 15:32:18 +0200
commit0c38bc32579cb1d1818a659ffa879a0ec4448fa5 (patch)
tree52b85bea1a23f7312e24fabfd250ae281b3c2287
parentdoc: Update documentation about multiple-instance (diff)
downloadfrr-0c38bc32579cb1d1818a659ffa879a0ec4448fa5.tar.xz
frr-0c38bc32579cb1d1818a659ffa879a0ec4448fa5.zip
tests: Remove `bgp multiple-instance` command from topotests
The `bgp multiple-instance` command has been deprecated and removed. Finish off this by removing it from topotests too. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
-rw-r--r--tests/topotests/bgp_multiview_topo1/README.md2
-rw-r--r--tests/topotests/bgp_multiview_topo1/r1/bgpd.conf2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/topotests/bgp_multiview_topo1/README.md b/tests/topotests/bgp_multiview_topo1/README.md
index b9982d490..c5e615d25 100644
--- a/tests/topotests/bgp_multiview_topo1/README.md
+++ b/tests/topotests/bgp_multiview_topo1/README.md
@@ -55,8 +55,6 @@ Simplified `R1` config:
ip address 172.16.1.254/24
no link-detect
!
- bgp multiple-instance
- !
router bgp 100 view 1
bgp router-id 172.30.1.1
network 172.20.0.0/28 route-map local1
diff --git a/tests/topotests/bgp_multiview_topo1/r1/bgpd.conf b/tests/topotests/bgp_multiview_topo1/r1/bgpd.conf
index 0c24942f4..71397a994 100644
--- a/tests/topotests/bgp_multiview_topo1/r1/bgpd.conf
+++ b/tests/topotests/bgp_multiview_topo1/r1/bgpd.conf
@@ -11,8 +11,6 @@ log file bgpd.log
!debug bgp filters
!debug bgp zebra
!
-bgp multiple-instance
-!
router bgp 100 view 1
bgp router-id 172.30.1.1
network 172.20.0.0/28 route-map local1