]> git.puffer.fish Git - mirror/frr.git/commitdiff
test_bgp_l3vpn_to_bgp_vrf: small config comment cleanup
authorG. Paul Ziemba <paulz@labn.net>
Thu, 1 Mar 2018 05:58:12 +0000 (21:58 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:13 +0000 (20:22 -0500)
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/zebra.conf

index b5490831bc88e905f27c60fd47cff71a278aec5c..178d988a3067134245bb98a5d184cf91032717f8 100644 (file)
@@ -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
-!
+