From 22b888017c785e6609f48853193ec6ca651055ee Mon Sep 17 00:00:00 2001 From: "G. Paul Ziemba" Date: Wed, 28 Feb 2018 21:58:12 -0800 Subject: [PATCH] test_bgp_l3vpn_to_bgp_vrf: small config comment cleanup Signed-off-by: G. Paul Ziemba --- .../bgp_l3vpn_to_bgp_vrf/r1/zebra.conf | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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 b5490831bc..178d988a30 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/zebra.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/zebra.conf @@ -1,25 +1,27 @@ log file /tmp/r1-zebra.log -! + hostname r1 password zebra -! + +#debug zebra packet + interface lo ip address 1.1.1.1/32 -! + interface r1-eth0 description to sw0 ip address 10.0.1.1/24 no link-detect -! + interface r1-eth4 description to ce1 ip address 192.168.1.1/24 no link-detect -! + ip route 99.0.0.1/32 192.168.1.2 -! + ip forwarding -! -! + + line vty -! + -- 2.39.5