From: Lou Berger Date: Fri, 27 Apr 2018 17:40:02 +0000 (-0400) Subject: bgp_l3vpn_to_bgp_vrf: remote static routes left over from old test versions X-Git-Tag: frr-7.1-dev~151^2~84 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8e1bb0b70781f08418ddc70a1acc931bd6d1fc29;p=mirror%2Ffrr.git bgp_l3vpn_to_bgp_vrf: remote static routes left over from old test versions --- diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/zebra.conf b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/zebra.conf index 178d988a30..db3ffa2f5d 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/zebra.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/zebra.conf @@ -18,8 +18,6 @@ interface r1-eth4 ip address 192.168.1.1/24 no link-detect -ip route 99.0.0.1/32 192.168.1.2 - ip forwarding diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/zebra.conf b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/zebra.conf index e6dc09d217..348753a205 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/zebra.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/zebra.conf @@ -21,7 +21,6 @@ interface r3-eth4 ip address 192.168.1.1/24 no link-detect ! -ip route 99.0.0.2/32 192.168.1.2 ! ip forwarding ! diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/zebra.conf b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/zebra.conf index d68eea9f18..8420c78e85 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/zebra.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/zebra.conf @@ -21,8 +21,6 @@ interface r4-eth5 ip address 192.168.2.1/24 no link-detect ! -ip route 99.0.0.3/32 192.168.1.2 -ip route 99.0.0.4/32 192.168.2.2 ! ip forwarding !