diff --git a/tests/topotests/all_protocol_startup/r1/isisd.conf b/tests/topotests/all_protocol_startup/r1/isisd.conf index 413f8d15a9..8ceded894f 100644 --- a/tests/topotests/all_protocol_startup/r1/isisd.conf +++ b/tests/topotests/all_protocol_startup/r1/isisd.conf @@ -1,6 +1,6 @@ log file isisd.log ! -debug isis events +! debug isis events ! ! interface r1-eth5 diff --git a/tests/topotests/all_protocol_startup/r1/ldpd.conf b/tests/topotests/all_protocol_startup/r1/ldpd.conf index 02332a4e75..2358fb898e 100644 --- a/tests/topotests/all_protocol_startup/r1/ldpd.conf +++ b/tests/topotests/all_protocol_startup/r1/ldpd.conf @@ -1,7 +1,7 @@ log file ldpd.log ! -debug mpls ldp event -debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp zebra ! ! mpls ldp diff --git a/tests/topotests/all_protocol_startup/r1/ospf6d.conf b/tests/topotests/all_protocol_startup/r1/ospf6d.conf index 5c6f071644..2e45186653 100644 --- a/tests/topotests/all_protocol_startup/r1/ospf6d.conf +++ b/tests/topotests/all_protocol_startup/r1/ospf6d.conf @@ -1,9 +1,9 @@ log file ospf6d.log ! -debug ospf6 lsa unknown -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor +! debug ospf6 lsa unknown +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor ! interface r1-eth4 ! diff --git a/tests/topotests/all_protocol_startup/r1/ospfd.conf b/tests/topotests/all_protocol_startup/r1/ospfd.conf index bac9f61620..188f810f81 100644 --- a/tests/topotests/all_protocol_startup/r1/ospfd.conf +++ b/tests/topotests/all_protocol_startup/r1/ospfd.conf @@ -1,7 +1,7 @@ log file ospfd.log ! -debug ospf event -debug ospf zebra +! debug ospf event +! debug ospf zebra ! router ospf ospf router-id 192.168.0.1 diff --git a/tests/topotests/all_protocol_startup/r1/ripd.conf b/tests/topotests/all_protocol_startup/r1/ripd.conf index ace7608873..0a06794886 100644 --- a/tests/topotests/all_protocol_startup/r1/ripd.conf +++ b/tests/topotests/all_protocol_startup/r1/ripd.conf @@ -1,7 +1,7 @@ log file ripd.log ! -debug rip events -debug rip zebra +! debug rip events +! debug rip zebra ! router rip version 2 diff --git a/tests/topotests/all_protocol_startup/r1/ripngd.conf b/tests/topotests/all_protocol_startup/r1/ripngd.conf index 2e0aef3a14..d9d900f926 100644 --- a/tests/topotests/all_protocol_startup/r1/ripngd.conf +++ b/tests/topotests/all_protocol_startup/r1/ripngd.conf @@ -1,7 +1,7 @@ log file ripngd.log ! -debug ripng events -debug ripng zebra +! debug ripng events +! debug ripng zebra ! router ripng network fc00:0:0:2::/64 diff --git a/tests/topotests/bfd_bgp_cbit_topo3/r1/bfdd.conf b/tests/topotests/bfd_bgp_cbit_topo3/r1/bfdd.conf index f35e772790..ee7144d003 100644 --- a/tests/topotests/bfd_bgp_cbit_topo3/r1/bfdd.conf +++ b/tests/topotests/bfd_bgp_cbit_topo3/r1/bfdd.conf @@ -1,5 +1,5 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! diff --git a/tests/topotests/bfd_bgp_cbit_topo3/r1/bgpd.conf b/tests/topotests/bfd_bgp_cbit_topo3/r1/bgpd.conf index 689797a5e6..d30c32043e 100644 --- a/tests/topotests/bfd_bgp_cbit_topo3/r1/bgpd.conf +++ b/tests/topotests/bfd_bgp_cbit_topo3/r1/bgpd.conf @@ -1,4 +1,4 @@ -debug bgp neighbor-events +! debug bgp neighbor-events router bgp 101 bgp router-id 10.254.254.1 no bgp ebgp-requires-policy diff --git a/tests/topotests/bfd_bgp_cbit_topo3/r3/bfdd.conf b/tests/topotests/bfd_bgp_cbit_topo3/r3/bfdd.conf index f35e772790..ee7144d003 100644 --- a/tests/topotests/bfd_bgp_cbit_topo3/r3/bfdd.conf +++ b/tests/topotests/bfd_bgp_cbit_topo3/r3/bfdd.conf @@ -1,5 +1,5 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! diff --git a/tests/topotests/bfd_bgp_cbit_topo3/r3/bgpd.conf b/tests/topotests/bfd_bgp_cbit_topo3/r3/bgpd.conf index 1f5aac42ed..dba2ffd372 100644 --- a/tests/topotests/bfd_bgp_cbit_topo3/r3/bgpd.conf +++ b/tests/topotests/bfd_bgp_cbit_topo3/r3/bgpd.conf @@ -1,4 +1,4 @@ -debug bgp neighbor-events +! debug bgp neighbor-events router bgp 102 bgp router-id 10.254.254.3 no bgp ebgp-requires-policy diff --git a/tests/topotests/bfd_isis_topo1/rt1/bfdd.conf b/tests/topotests/bfd_isis_topo1/rt1/bfdd.conf index 57f9cd9e3d..dbcf23f306 100644 --- a/tests/topotests/bfd_isis_topo1/rt1/bfdd.conf +++ b/tests/topotests/bfd_isis_topo1/rt1/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd peer 10.0.1.2 interface eth-rt2 diff --git a/tests/topotests/bfd_isis_topo1/rt1/isisd.conf b/tests/topotests/bfd_isis_topo1/rt1/isisd.conf index 8026aad49d..a5cbdd932e 100644 --- a/tests/topotests/bfd_isis_topo1/rt1/isisd.conf +++ b/tests/topotests/bfd_isis_topo1/rt1/isisd.conf @@ -5,11 +5,11 @@ hostname rt1 ! password 1 ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis adj-packets -debug isis lsp-sched +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis adj-packets +! debug isis lsp-sched ! interface lo ip router isis 1 diff --git a/tests/topotests/bfd_isis_topo1/rt1/zebra.conf b/tests/topotests/bfd_isis_topo1/rt1/zebra.conf index 6003125b6b..7e6f7881b4 100644 --- a/tests/topotests/bfd_isis_topo1/rt1/zebra.conf +++ b/tests/topotests/bfd_isis_topo1/rt1/zebra.conf @@ -3,10 +3,10 @@ log timestamp precision 3 ! hostname rt1 ! -debug zebra kernel -debug zebra packet -debug zebra events -debug zebra rib +! debug zebra kernel +! debug zebra packet +! debug zebra events +! debug zebra rib ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/bfd_isis_topo1/rt2/bfdd.conf b/tests/topotests/bfd_isis_topo1/rt2/bfdd.conf index 6b34e337d3..d5054aac09 100644 --- a/tests/topotests/bfd_isis_topo1/rt2/bfdd.conf +++ b/tests/topotests/bfd_isis_topo1/rt2/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd peer 10.0.1.1 interface eth-rt1 diff --git a/tests/topotests/bfd_isis_topo1/rt2/isisd.conf b/tests/topotests/bfd_isis_topo1/rt2/isisd.conf index b0fde64a5e..b32170d208 100644 --- a/tests/topotests/bfd_isis_topo1/rt2/isisd.conf +++ b/tests/topotests/bfd_isis_topo1/rt2/isisd.conf @@ -4,9 +4,9 @@ hostname rt2 ! password 1 ! -debug isis events -debug isis route-events -debug isis spf-events +! debug isis events +! debug isis route-events +! debug isis spf-events ! interface lo ip router isis 1 diff --git a/tests/topotests/bfd_isis_topo1/rt2/zebra.conf b/tests/topotests/bfd_isis_topo1/rt2/zebra.conf index 5fc7fc5b28..5788e31f12 100644 --- a/tests/topotests/bfd_isis_topo1/rt2/zebra.conf +++ b/tests/topotests/bfd_isis_topo1/rt2/zebra.conf @@ -2,8 +2,8 @@ log file zebra.log ! hostname rt2 ! -debug zebra kernel -debug zebra packet +! debug zebra kernel +! debug zebra packet ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/bfd_isis_topo1/rt3/bfdd.conf b/tests/topotests/bfd_isis_topo1/rt3/bfdd.conf index 22937fe46f..fd9a5e1b9d 100644 --- a/tests/topotests/bfd_isis_topo1/rt3/bfdd.conf +++ b/tests/topotests/bfd_isis_topo1/rt3/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd peer 10.0.2.1 interface eth-rt1 diff --git a/tests/topotests/bfd_isis_topo1/rt3/isisd.conf b/tests/topotests/bfd_isis_topo1/rt3/isisd.conf index 5c36e96c0f..b98f249395 100644 --- a/tests/topotests/bfd_isis_topo1/rt3/isisd.conf +++ b/tests/topotests/bfd_isis_topo1/rt3/isisd.conf @@ -4,9 +4,9 @@ hostname rt3 ! password 1 ! -debug isis events -debug isis route-events -debug isis spf-events +! debug isis events +! debug isis route-events +! debug isis spf-events ! interface lo ip router isis 1 diff --git a/tests/topotests/bfd_isis_topo1/rt3/zebra.conf b/tests/topotests/bfd_isis_topo1/rt3/zebra.conf index d368de9bbe..78eac2e15a 100644 --- a/tests/topotests/bfd_isis_topo1/rt3/zebra.conf +++ b/tests/topotests/bfd_isis_topo1/rt3/zebra.conf @@ -2,8 +2,8 @@ log file zebra.log ! hostname rt3 ! -debug zebra kernel -debug zebra packet +! debug zebra kernel +! debug zebra packet ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/bfd_isis_topo1/rt4/bfdd.conf b/tests/topotests/bfd_isis_topo1/rt4/bfdd.conf index f35e772790..ee7144d003 100644 --- a/tests/topotests/bfd_isis_topo1/rt4/bfdd.conf +++ b/tests/topotests/bfd_isis_topo1/rt4/bfdd.conf @@ -1,5 +1,5 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! diff --git a/tests/topotests/bfd_isis_topo1/rt4/isisd.conf b/tests/topotests/bfd_isis_topo1/rt4/isisd.conf index 3eac407776..6a4b05f204 100644 --- a/tests/topotests/bfd_isis_topo1/rt4/isisd.conf +++ b/tests/topotests/bfd_isis_topo1/rt4/isisd.conf @@ -4,9 +4,9 @@ hostname rt4 ! password 1 ! -debug isis events -debug isis route-events -debug isis spf-events +! debug isis events +! debug isis route-events +! debug isis spf-events ! interface lo ip router isis 1 diff --git a/tests/topotests/bfd_isis_topo1/rt4/zebra.conf b/tests/topotests/bfd_isis_topo1/rt4/zebra.conf index 7b053bac35..a6cb573ed8 100644 --- a/tests/topotests/bfd_isis_topo1/rt4/zebra.conf +++ b/tests/topotests/bfd_isis_topo1/rt4/zebra.conf @@ -2,8 +2,8 @@ log file zebra.log ! hostname rt4 ! -debug zebra kernel -debug zebra packet +! debug zebra kernel +! debug zebra packet ! interface lo ip address 4.4.4.4/32 diff --git a/tests/topotests/bfd_isis_topo1/rt5/bfdd.conf b/tests/topotests/bfd_isis_topo1/rt5/bfdd.conf index f35e772790..ee7144d003 100644 --- a/tests/topotests/bfd_isis_topo1/rt5/bfdd.conf +++ b/tests/topotests/bfd_isis_topo1/rt5/bfdd.conf @@ -1,5 +1,5 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! diff --git a/tests/topotests/bfd_isis_topo1/rt5/isisd.conf b/tests/topotests/bfd_isis_topo1/rt5/isisd.conf index 5d449f6f93..ed32b15ea1 100644 --- a/tests/topotests/bfd_isis_topo1/rt5/isisd.conf +++ b/tests/topotests/bfd_isis_topo1/rt5/isisd.conf @@ -4,9 +4,9 @@ hostname rt5 ! password 1 ! -debug isis events -debug isis route-events -debug isis spf-events +! debug isis events +! debug isis route-events +! debug isis spf-events ! interface lo ip router isis 1 diff --git a/tests/topotests/bfd_isis_topo1/rt5/zebra.conf b/tests/topotests/bfd_isis_topo1/rt5/zebra.conf index 0b7c9e02f3..33473c91a3 100644 --- a/tests/topotests/bfd_isis_topo1/rt5/zebra.conf +++ b/tests/topotests/bfd_isis_topo1/rt5/zebra.conf @@ -2,8 +2,8 @@ log file zebra.log ! hostname rt5 ! -debug zebra kernel -debug zebra packet +! debug zebra kernel +! debug zebra packet ! interface lo ip address 5.5.5.5/32 diff --git a/tests/topotests/bfd_ospf_topo1/rt1/bfdd.conf b/tests/topotests/bfd_ospf_topo1/rt1/bfdd.conf index 610a20f88a..f34f4ca61d 100644 --- a/tests/topotests/bfd_ospf_topo1/rt1/bfdd.conf +++ b/tests/topotests/bfd_ospf_topo1/rt1/bfdd.conf @@ -1,9 +1,9 @@ log file bfdd.log log timestamp precision 3 ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd ! diff --git a/tests/topotests/bfd_ospf_topo1/rt1/ospfd.conf b/tests/topotests/bfd_ospf_topo1/rt1/ospfd.conf index 9da8765005..ce36494604 100644 --- a/tests/topotests/bfd_ospf_topo1/rt1/ospfd.conf +++ b/tests/topotests/bfd_ospf_topo1/rt1/ospfd.conf @@ -5,8 +5,8 @@ hostname rt1 ! password 1 ! -debug ospf event -debug ospf zebra +! debug ospf event +! debug ospf zebra ! interface lo ip ospf area 0.0.0.0 diff --git a/tests/topotests/bfd_ospf_topo1/rt1/zebra.conf b/tests/topotests/bfd_ospf_topo1/rt1/zebra.conf index 6003125b6b..7e6f7881b4 100644 --- a/tests/topotests/bfd_ospf_topo1/rt1/zebra.conf +++ b/tests/topotests/bfd_ospf_topo1/rt1/zebra.conf @@ -3,10 +3,10 @@ log timestamp precision 3 ! hostname rt1 ! -debug zebra kernel -debug zebra packet -debug zebra events -debug zebra rib +! debug zebra kernel +! debug zebra packet +! debug zebra events +! debug zebra rib ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/bfd_ospf_topo1/rt2/bfdd.conf b/tests/topotests/bfd_ospf_topo1/rt2/bfdd.conf index 437f063d8f..5baea3c842 100644 --- a/tests/topotests/bfd_ospf_topo1/rt2/bfdd.conf +++ b/tests/topotests/bfd_ospf_topo1/rt2/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd ! diff --git a/tests/topotests/bfd_ospf_topo1/rt2/ospfd.conf b/tests/topotests/bfd_ospf_topo1/rt2/ospfd.conf index 11be6a14b2..a8ca564e4e 100644 --- a/tests/topotests/bfd_ospf_topo1/rt2/ospfd.conf +++ b/tests/topotests/bfd_ospf_topo1/rt2/ospfd.conf @@ -4,8 +4,8 @@ hostname rt2 ! password 1 ! -debug ospf event -debug ospf zebra +! debug ospf event +! debug ospf zebra ! interface lo ip ospf area 0.0.0.0 diff --git a/tests/topotests/bfd_ospf_topo1/rt2/zebra.conf b/tests/topotests/bfd_ospf_topo1/rt2/zebra.conf index 5fc7fc5b28..5788e31f12 100644 --- a/tests/topotests/bfd_ospf_topo1/rt2/zebra.conf +++ b/tests/topotests/bfd_ospf_topo1/rt2/zebra.conf @@ -2,8 +2,8 @@ log file zebra.log ! hostname rt2 ! -debug zebra kernel -debug zebra packet +! debug zebra kernel +! debug zebra packet ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/bfd_ospf_topo1/rt3/bfdd.conf b/tests/topotests/bfd_ospf_topo1/rt3/bfdd.conf index 437f063d8f..5baea3c842 100644 --- a/tests/topotests/bfd_ospf_topo1/rt3/bfdd.conf +++ b/tests/topotests/bfd_ospf_topo1/rt3/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd ! diff --git a/tests/topotests/bfd_ospf_topo1/rt3/ospfd.conf b/tests/topotests/bfd_ospf_topo1/rt3/ospfd.conf index acc54b3866..0404994c09 100644 --- a/tests/topotests/bfd_ospf_topo1/rt3/ospfd.conf +++ b/tests/topotests/bfd_ospf_topo1/rt3/ospfd.conf @@ -4,8 +4,8 @@ hostname rt3 ! password 1 ! -debug ospf event -debug ospf zebra +! debug ospf event +! debug ospf zebra ! interface lo ip ospf area 0.0.0.0 diff --git a/tests/topotests/bfd_ospf_topo1/rt3/zebra.conf b/tests/topotests/bfd_ospf_topo1/rt3/zebra.conf index d368de9bbe..78eac2e15a 100644 --- a/tests/topotests/bfd_ospf_topo1/rt3/zebra.conf +++ b/tests/topotests/bfd_ospf_topo1/rt3/zebra.conf @@ -2,8 +2,8 @@ log file zebra.log ! hostname rt3 ! -debug zebra kernel -debug zebra packet +! debug zebra kernel +! debug zebra packet ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/bfd_ospf_topo1/rt4/bfdd.conf b/tests/topotests/bfd_ospf_topo1/rt4/bfdd.conf index f35e772790..ee7144d003 100644 --- a/tests/topotests/bfd_ospf_topo1/rt4/bfdd.conf +++ b/tests/topotests/bfd_ospf_topo1/rt4/bfdd.conf @@ -1,5 +1,5 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! diff --git a/tests/topotests/bfd_ospf_topo1/rt4/ospfd.conf b/tests/topotests/bfd_ospf_topo1/rt4/ospfd.conf index 670e56ccc8..6b8ab3704f 100644 --- a/tests/topotests/bfd_ospf_topo1/rt4/ospfd.conf +++ b/tests/topotests/bfd_ospf_topo1/rt4/ospfd.conf @@ -4,8 +4,8 @@ hostname rt4 ! password 1 ! -debug ospf event -debug ospf zebra +! debug ospf event +! debug ospf zebra ! interface lo ip ospf area 0.0.0.0 diff --git a/tests/topotests/bfd_ospf_topo1/rt4/zebra.conf b/tests/topotests/bfd_ospf_topo1/rt4/zebra.conf index 7b053bac35..a6cb573ed8 100644 --- a/tests/topotests/bfd_ospf_topo1/rt4/zebra.conf +++ b/tests/topotests/bfd_ospf_topo1/rt4/zebra.conf @@ -2,8 +2,8 @@ log file zebra.log ! hostname rt4 ! -debug zebra kernel -debug zebra packet +! debug zebra kernel +! debug zebra packet ! interface lo ip address 4.4.4.4/32 diff --git a/tests/topotests/bfd_ospf_topo1/rt5/bfdd.conf b/tests/topotests/bfd_ospf_topo1/rt5/bfdd.conf index f35e772790..ee7144d003 100644 --- a/tests/topotests/bfd_ospf_topo1/rt5/bfdd.conf +++ b/tests/topotests/bfd_ospf_topo1/rt5/bfdd.conf @@ -1,5 +1,5 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! diff --git a/tests/topotests/bfd_ospf_topo1/rt5/ospfd.conf b/tests/topotests/bfd_ospf_topo1/rt5/ospfd.conf index 286de51288..043432ec3d 100644 --- a/tests/topotests/bfd_ospf_topo1/rt5/ospfd.conf +++ b/tests/topotests/bfd_ospf_topo1/rt5/ospfd.conf @@ -4,8 +4,8 @@ hostname rt5 ! password 1 ! -debug ospf event -debug ospf zebra +! debug ospf event +! debug ospf zebra ! interface lo ip ospf area 0.0.0.0 diff --git a/tests/topotests/bfd_ospf_topo1/rt5/zebra.conf b/tests/topotests/bfd_ospf_topo1/rt5/zebra.conf index 0b7c9e02f3..33473c91a3 100644 --- a/tests/topotests/bfd_ospf_topo1/rt5/zebra.conf +++ b/tests/topotests/bfd_ospf_topo1/rt5/zebra.conf @@ -2,8 +2,8 @@ log file zebra.log ! hostname rt5 ! -debug zebra kernel -debug zebra packet +! debug zebra kernel +! debug zebra packet ! interface lo ip address 5.5.5.5/32 diff --git a/tests/topotests/bfd_profiles_topo1/r1/bfdd.conf b/tests/topotests/bfd_profiles_topo1/r1/bfdd.conf index 688f2e839c..c2ac9c1b7c 100644 --- a/tests/topotests/bfd_profiles_topo1/r1/bfdd.conf +++ b/tests/topotests/bfd_profiles_topo1/r1/bfdd.conf @@ -1,6 +1,6 @@ -debug bfd peer -debug bfd network -debug bfd zebra +! debug bfd peer +! debug bfd network +! debug bfd zebra ! bfd profile slowtx diff --git a/tests/topotests/bfd_profiles_topo1/r2/bfdd.conf b/tests/topotests/bfd_profiles_topo1/r2/bfdd.conf index 700c46ba1e..b68eecb34c 100644 --- a/tests/topotests/bfd_profiles_topo1/r2/bfdd.conf +++ b/tests/topotests/bfd_profiles_topo1/r2/bfdd.conf @@ -1,6 +1,6 @@ -debug bfd peer -debug bfd network -debug bfd zebra +! debug bfd peer +! debug bfd network +! debug bfd zebra ! bfd profile slowtx diff --git a/tests/topotests/bfd_profiles_topo1/r2/bgpd.conf b/tests/topotests/bfd_profiles_topo1/r2/bgpd.conf index 0c3db97bc1..1aab1d1372 100644 --- a/tests/topotests/bfd_profiles_topo1/r2/bgpd.conf +++ b/tests/topotests/bfd_profiles_topo1/r2/bgpd.conf @@ -1,4 +1,4 @@ -debug bgp neighbor-events +! debug bgp neighbor-events ! router bgp 100 bgp router-id 10.254.254.2 diff --git a/tests/topotests/bfd_profiles_topo1/r3/bfdd.conf b/tests/topotests/bfd_profiles_topo1/r3/bfdd.conf index 08eb0468d6..f3a86edce8 100644 --- a/tests/topotests/bfd_profiles_topo1/r3/bfdd.conf +++ b/tests/topotests/bfd_profiles_topo1/r3/bfdd.conf @@ -1,6 +1,6 @@ -debug bfd peer -debug bfd network -debug bfd zebra +! debug bfd peer +! debug bfd network +! debug bfd zebra ! bfd profile fasttx diff --git a/tests/topotests/bfd_profiles_topo1/r3/isisd.conf b/tests/topotests/bfd_profiles_topo1/r3/isisd.conf index ca965e3956..3bba2b03cf 100644 --- a/tests/topotests/bfd_profiles_topo1/r3/isisd.conf +++ b/tests/topotests/bfd_profiles_topo1/r3/isisd.conf @@ -1,8 +1,8 @@ hostname r3 ! -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets ! interface r3-eth1 ipv6 router isis lan diff --git a/tests/topotests/bfd_profiles_topo1/r4/bfdd.conf b/tests/topotests/bfd_profiles_topo1/r4/bfdd.conf index 4f5e022077..a5d1e25949 100644 --- a/tests/topotests/bfd_profiles_topo1/r4/bfdd.conf +++ b/tests/topotests/bfd_profiles_topo1/r4/bfdd.conf @@ -1,6 +1,6 @@ -debug bfd peer -debug bfd network -debug bfd zebra +! debug bfd peer +! debug bfd network +! debug bfd zebra ! bfd profile fast-tx diff --git a/tests/topotests/bfd_profiles_topo1/r4/bgpd.conf b/tests/topotests/bfd_profiles_topo1/r4/bgpd.conf index 200937a9a5..12d68270f8 100644 --- a/tests/topotests/bfd_profiles_topo1/r4/bgpd.conf +++ b/tests/topotests/bfd_profiles_topo1/r4/bgpd.conf @@ -1,4 +1,4 @@ -debug bgp neighbor-events +! debug bgp neighbor-events ! router bgp 200 bgp router-id 10.254.254.4 diff --git a/tests/topotests/bfd_profiles_topo1/r4/isisd.conf b/tests/topotests/bfd_profiles_topo1/r4/isisd.conf index d8ffc9bc2c..18009ce6dc 100644 --- a/tests/topotests/bfd_profiles_topo1/r4/isisd.conf +++ b/tests/topotests/bfd_profiles_topo1/r4/isisd.conf @@ -1,8 +1,8 @@ hostname r4 ! -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets ! interface r4-eth0 ipv6 router isis lan diff --git a/tests/topotests/bfd_profiles_topo1/r5/bfdd.conf b/tests/topotests/bfd_profiles_topo1/r5/bfdd.conf index 74dae5a60d..670fd44165 100644 --- a/tests/topotests/bfd_profiles_topo1/r5/bfdd.conf +++ b/tests/topotests/bfd_profiles_topo1/r5/bfdd.conf @@ -1,6 +1,6 @@ -debug bfd peer -debug bfd network -debug bfd zebra +! debug bfd peer +! debug bfd network +! debug bfd zebra ! bfd ! profile is commented out on purpose. diff --git a/tests/topotests/bfd_profiles_topo1/r6/bfdd.conf b/tests/topotests/bfd_profiles_topo1/r6/bfdd.conf index 74dae5a60d..670fd44165 100644 --- a/tests/topotests/bfd_profiles_topo1/r6/bfdd.conf +++ b/tests/topotests/bfd_profiles_topo1/r6/bfdd.conf @@ -1,6 +1,6 @@ -debug bfd peer -debug bfd network -debug bfd zebra +! debug bfd peer +! debug bfd network +! debug bfd zebra ! bfd ! profile is commented out on purpose. diff --git a/tests/topotests/bfd_topo1/r1/bfdd.conf b/tests/topotests/bfd_topo1/r1/bfdd.conf index 4102000337..b9efbafbc5 100644 --- a/tests/topotests/bfd_topo1/r1/bfdd.conf +++ b/tests/topotests/bfd_topo1/r1/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd peer 192.168.0.2 diff --git a/tests/topotests/bfd_topo1/r2/bfdd.conf b/tests/topotests/bfd_topo1/r2/bfdd.conf index 412450ca1e..0d1e17e3ff 100644 --- a/tests/topotests/bfd_topo1/r2/bfdd.conf +++ b/tests/topotests/bfd_topo1/r2/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd peer 192.168.0.1 diff --git a/tests/topotests/bfd_topo1/r3/bfdd.conf b/tests/topotests/bfd_topo1/r3/bfdd.conf index 4cf20bb904..e091a1c41d 100644 --- a/tests/topotests/bfd_topo1/r3/bfdd.conf +++ b/tests/topotests/bfd_topo1/r3/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd peer 192.168.1.2 diff --git a/tests/topotests/bfd_topo1/r4/bfdd.conf b/tests/topotests/bfd_topo1/r4/bfdd.conf index 34b88c9a35..63dd738451 100644 --- a/tests/topotests/bfd_topo1/r4/bfdd.conf +++ b/tests/topotests/bfd_topo1/r4/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd peer 192.168.2.2 diff --git a/tests/topotests/bfd_topo2/r1/bfdd.conf b/tests/topotests/bfd_topo2/r1/bfdd.conf index f03135021e..df8baeb5af 100644 --- a/tests/topotests/bfd_topo2/r1/bfdd.conf +++ b/tests/topotests/bfd_topo2/r1/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd peer 2001:db8:4::1 multihop local-address 2001:db8:1::1 diff --git a/tests/topotests/bfd_topo2/r2/bfdd.conf b/tests/topotests/bfd_topo2/r2/bfdd.conf index f35e772790..ee7144d003 100644 --- a/tests/topotests/bfd_topo2/r2/bfdd.conf +++ b/tests/topotests/bfd_topo2/r2/bfdd.conf @@ -1,5 +1,5 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! diff --git a/tests/topotests/bfd_topo2/r3/bfdd.conf b/tests/topotests/bfd_topo2/r3/bfdd.conf index f35e772790..ee7144d003 100644 --- a/tests/topotests/bfd_topo2/r3/bfdd.conf +++ b/tests/topotests/bfd_topo2/r3/bfdd.conf @@ -1,5 +1,5 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! diff --git a/tests/topotests/bfd_topo2/r4/bfdd.conf b/tests/topotests/bfd_topo2/r4/bfdd.conf index 0173dc9be2..c1e8d28e96 100644 --- a/tests/topotests/bfd_topo2/r4/bfdd.conf +++ b/tests/topotests/bfd_topo2/r4/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd peer 2001:db8:1::1 multihop local-address 2001:db8:4::1 diff --git a/tests/topotests/bfd_topo3/r1/bfdd.conf b/tests/topotests/bfd_topo3/r1/bfdd.conf index 8e40b76d41..60f129b48d 100644 --- a/tests/topotests/bfd_topo3/r1/bfdd.conf +++ b/tests/topotests/bfd_topo3/r1/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd profile fast-tx diff --git a/tests/topotests/bfd_topo3/r2/bfdd.conf b/tests/topotests/bfd_topo3/r2/bfdd.conf index 2a92e463e0..8297043e6d 100644 --- a/tests/topotests/bfd_topo3/r2/bfdd.conf +++ b/tests/topotests/bfd_topo3/r2/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd profile fast-tx diff --git a/tests/topotests/bfd_topo3/r3/bfdd.conf b/tests/topotests/bfd_topo3/r3/bfdd.conf index f7972c6ce5..51ce2ac0c8 100644 --- a/tests/topotests/bfd_topo3/r3/bfdd.conf +++ b/tests/topotests/bfd_topo3/r3/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd profile slow-tx diff --git a/tests/topotests/bfd_topo3/r4/bfdd.conf b/tests/topotests/bfd_topo3/r4/bfdd.conf index f44abc0b8a..e5fc1647cf 100644 --- a/tests/topotests/bfd_topo3/r4/bfdd.conf +++ b/tests/topotests/bfd_topo3/r4/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd profile slow-tx diff --git a/tests/topotests/bfd_vrf_topo1/r1/bfdd.conf b/tests/topotests/bfd_vrf_topo1/r1/bfdd.conf index fd57b2c4d5..8fca099686 100644 --- a/tests/topotests/bfd_vrf_topo1/r1/bfdd.conf +++ b/tests/topotests/bfd_vrf_topo1/r1/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd peer 192.168.0.2 vrf r1-bfd-cust1 diff --git a/tests/topotests/bfd_vrf_topo1/r2/bfdd.conf b/tests/topotests/bfd_vrf_topo1/r2/bfdd.conf index e5539f14e5..4490090ec6 100644 --- a/tests/topotests/bfd_vrf_topo1/r2/bfdd.conf +++ b/tests/topotests/bfd_vrf_topo1/r2/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd peer 192.168.0.1 vrf r2-bfd-cust1 diff --git a/tests/topotests/bfd_vrf_topo1/r3/bfdd.conf b/tests/topotests/bfd_vrf_topo1/r3/bfdd.conf index e1f53e1abc..0333320898 100644 --- a/tests/topotests/bfd_vrf_topo1/r3/bfdd.conf +++ b/tests/topotests/bfd_vrf_topo1/r3/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd peer 192.168.1.2 vrf r3-bfd-cust1 diff --git a/tests/topotests/bfd_vrf_topo1/r4/bfdd.conf b/tests/topotests/bfd_vrf_topo1/r4/bfdd.conf index 9ef2023b21..119e5e5e40 100644 --- a/tests/topotests/bfd_vrf_topo1/r4/bfdd.conf +++ b/tests/topotests/bfd_vrf_topo1/r4/bfdd.conf @@ -1,7 +1,7 @@ ! -debug bfd network -debug bfd peer -debug bfd zebra +! debug bfd network +! debug bfd peer +! debug bfd zebra ! bfd peer 192.168.2.2 vrf r4-bfd-cust1 diff --git a/tests/topotests/bgp_aggregate_address_topo1/r1/bgpd.conf b/tests/topotests/bgp_aggregate_address_topo1/r1/bgpd.conf index fa52150085..c7cf4a527f 100644 --- a/tests/topotests/bgp_aggregate_address_topo1/r1/bgpd.conf +++ b/tests/topotests/bgp_aggregate_address_topo1/r1/bgpd.conf @@ -1,4 +1,4 @@ -debug bgp updates +! debug bgp updates ! access-list acl-sup-one seq 5 permit 192.168.2.1/32 access-list acl-sup-one seq 10 deny any diff --git a/tests/topotests/bgp_auth/R1/bgpd_multi_vrf.conf b/tests/topotests/bgp_auth/R1/bgpd_multi_vrf.conf index 071b559462..644e01c0b4 100644 --- a/tests/topotests/bgp_auth/R1/bgpd_multi_vrf.conf +++ b/tests/topotests/bgp_auth/R1/bgpd_multi_vrf.conf @@ -1,4 +1,4 @@ -debug bgp neighbor-events +! debug bgp neighbor-events router bgp 65001 vrf blue timers bgp 3 9 diff --git a/tests/topotests/bgp_auth/R1/bgpd_vrf.conf b/tests/topotests/bgp_auth/R1/bgpd_vrf.conf index fc0ae53b11..5799da165a 100644 --- a/tests/topotests/bgp_auth/R1/bgpd_vrf.conf +++ b/tests/topotests/bgp_auth/R1/bgpd_vrf.conf @@ -1,4 +1,4 @@ -debug bgp neighbor-events +! debug bgp neighbor-events router bgp 65001 vrf blue timers bgp 3 9 diff --git a/tests/topotests/bgp_community_change_update/c1/bgpd.conf b/tests/topotests/bgp_community_change_update/c1/bgpd.conf index 24cf9dffb9..71b03ceedb 100644 --- a/tests/topotests/bgp_community_change_update/c1/bgpd.conf +++ b/tests/topotests/bgp_community_change_update/c1/bgpd.conf @@ -1,5 +1,5 @@ ! -debug bgp updates +! debug bgp updates ! router bgp 65001 no bgp ebgp-requires-policy diff --git a/tests/topotests/bgp_community_change_update/x1/bgpd.conf b/tests/topotests/bgp_community_change_update/x1/bgpd.conf index 8d7bcb948b..c46010f25f 100644 --- a/tests/topotests/bgp_community_change_update/x1/bgpd.conf +++ b/tests/topotests/bgp_community_change_update/x1/bgpd.conf @@ -1,5 +1,5 @@ ! -debug bgp updates +! debug bgp updates ! router bgp 65002 no bgp ebgp-requires-policy diff --git a/tests/topotests/bgp_evpn_mh/torm11/evpn.conf b/tests/topotests/bgp_evpn_mh/torm11/evpn.conf index 01f4b65704..2c1c695a18 100644 --- a/tests/topotests/bgp_evpn_mh/torm11/evpn.conf +++ b/tests/topotests/bgp_evpn_mh/torm11/evpn.conf @@ -1,9 +1,9 @@ ! frr defaults datacenter ! -debug bgp evpn mh es -debug bgp evpn mh route -debug bgp zebra +! debug bgp evpn mh es +! debug bgp evpn mh route +! debug bgp zebra ! ! router bgp 65002 diff --git a/tests/topotests/bgp_evpn_mh/torm11/zebra.conf b/tests/topotests/bgp_evpn_mh/torm11/zebra.conf index 33e89c06ae..a88370d06b 100644 --- a/tests/topotests/bgp_evpn_mh/torm11/zebra.conf +++ b/tests/topotests/bgp_evpn_mh/torm11/zebra.conf @@ -1,8 +1,8 @@ -debug zebra evpn mh es -debug zebra evpn mh mac -debug zebra evpn mh neigh -debug zebra evpn mh nh -debug zebra vxlan +! debug zebra evpn mh es +! debug zebra evpn mh mac +! debug zebra evpn mh neigh +! debug zebra evpn mh nh +! debug zebra vxlan ! evpn mh startup-delay 1 ! diff --git a/tests/topotests/bgp_evpn_mh/torm12/evpn.conf b/tests/topotests/bgp_evpn_mh/torm12/evpn.conf index 2c13024bbc..8b0ce1d98f 100644 --- a/tests/topotests/bgp_evpn_mh/torm12/evpn.conf +++ b/tests/topotests/bgp_evpn_mh/torm12/evpn.conf @@ -1,9 +1,9 @@ ! frr defaults datacenter ! -debug bgp evpn mh es -debug bgp evpn mh route -debug bgp zebra +! debug bgp evpn mh es +! debug bgp evpn mh route +! debug bgp zebra ! ! router bgp 65003 diff --git a/tests/topotests/bgp_evpn_mh/torm12/zebra.conf b/tests/topotests/bgp_evpn_mh/torm12/zebra.conf index 419f62b2ac..95327628f4 100644 --- a/tests/topotests/bgp_evpn_mh/torm12/zebra.conf +++ b/tests/topotests/bgp_evpn_mh/torm12/zebra.conf @@ -1,8 +1,8 @@ -debug zebra evpn mh es -debug zebra evpn mh mac -debug zebra evpn mh neigh -debug zebra evpn mh nh -debug zebra vxlan +! debug zebra evpn mh es +! debug zebra evpn mh mac +! debug zebra evpn mh neigh +! debug zebra evpn mh nh +! debug zebra vxlan ! evpn mh startup-delay 1 ! diff --git a/tests/topotests/bgp_evpn_mh/torm21/evpn.conf b/tests/topotests/bgp_evpn_mh/torm21/evpn.conf index 2a2ba061c6..5247dc1ebd 100644 --- a/tests/topotests/bgp_evpn_mh/torm21/evpn.conf +++ b/tests/topotests/bgp_evpn_mh/torm21/evpn.conf @@ -1,9 +1,9 @@ ! frr defaults datacenter ! -debug bgp evpn mh es -debug bgp evpn mh route -debug bgp zebra +! debug bgp evpn mh es +! debug bgp evpn mh route +! debug bgp zebra ! ! router bgp 65004 diff --git a/tests/topotests/bgp_evpn_mh/torm21/zebra.conf b/tests/topotests/bgp_evpn_mh/torm21/zebra.conf index 525f5eb099..6c75df73c3 100644 --- a/tests/topotests/bgp_evpn_mh/torm21/zebra.conf +++ b/tests/topotests/bgp_evpn_mh/torm21/zebra.conf @@ -1,8 +1,8 @@ -debug zebra evpn mh es -debug zebra evpn mh mac -debug zebra evpn mh neigh -debug zebra evpn mh nh -debug zebra vxlan +! debug zebra evpn mh es +! debug zebra evpn mh mac +! debug zebra evpn mh neigh +! debug zebra evpn mh nh +! debug zebra vxlan ! evpn mh startup-delay 1 ! diff --git a/tests/topotests/bgp_evpn_mh/torm22/evpn.conf b/tests/topotests/bgp_evpn_mh/torm22/evpn.conf index 432135c94a..ec56360176 100644 --- a/tests/topotests/bgp_evpn_mh/torm22/evpn.conf +++ b/tests/topotests/bgp_evpn_mh/torm22/evpn.conf @@ -1,9 +1,9 @@ ! frr defaults datacenter ! -debug bgp evpn mh es -debug bgp evpn mh route -debug bgp zebra +! debug bgp evpn mh es +! debug bgp evpn mh route +! debug bgp zebra ! router bgp 65005 bgp router-id 192.168.100.18 diff --git a/tests/topotests/bgp_evpn_mh/torm22/zebra.conf b/tests/topotests/bgp_evpn_mh/torm22/zebra.conf index 398064df6c..4c949668a2 100644 --- a/tests/topotests/bgp_evpn_mh/torm22/zebra.conf +++ b/tests/topotests/bgp_evpn_mh/torm22/zebra.conf @@ -1,8 +1,8 @@ -debug zebra evpn mh es -debug zebra evpn mh mac -debug zebra evpn mh neigh -debug zebra evpn mh nh -debug zebra vxlan +! debug zebra evpn mh es +! debug zebra evpn mh mac +! debug zebra evpn mh neigh +! debug zebra evpn mh nh +! debug zebra vxlan ! evpn mh startup-delay 1 ! diff --git a/tests/topotests/bgp_evpn_rt5/r1/bgpd.conf b/tests/topotests/bgp_evpn_rt5/r1/bgpd.conf index 9237682067..ccbeae6ed7 100644 --- a/tests/topotests/bgp_evpn_rt5/r1/bgpd.conf +++ b/tests/topotests/bgp_evpn_rt5/r1/bgpd.conf @@ -1,6 +1,6 @@ -debug bgp neighbor-events -debug bgp updates -debug bgp zebra +! debug bgp neighbor-events +! debug bgp updates +! debug bgp zebra router bgp 65000 bgp router-id 192.168.100.21 bgp log-neighbor-changes diff --git a/tests/topotests/bgp_evpn_rt5/r1/zebra.conf b/tests/topotests/bgp_evpn_rt5/r1/zebra.conf index f5eaab1953..4f1804c676 100644 --- a/tests/topotests/bgp_evpn_rt5/r1/zebra.conf +++ b/tests/topotests/bgp_evpn_rt5/r1/zebra.conf @@ -3,10 +3,10 @@ log stdout hostname r1 password zebra -debug zebra vxlan -debug zebra kernel -debug zebra dplane -debug zebra rib +! debug zebra vxlan +! debug zebra kernel +! debug zebra dplane +! debug zebra rib log stdout vrf r1-vrf-101 vni 101 diff --git a/tests/topotests/bgp_evpn_rt5/r2/bgpd.conf b/tests/topotests/bgp_evpn_rt5/r2/bgpd.conf index 6dcacd288d..744c259d9a 100644 --- a/tests/topotests/bgp_evpn_rt5/r2/bgpd.conf +++ b/tests/topotests/bgp_evpn_rt5/r2/bgpd.conf @@ -1,6 +1,6 @@ -debug bgp neighbor-events -debug bgp updates -debug bgp zebra +! debug bgp neighbor-events +! debug bgp updates +! debug bgp zebra router bgp 65000 bgp router-id 192.168.100.41 bgp log-neighbor-changes diff --git a/tests/topotests/bgp_evpn_rt5/r2/zebra.conf b/tests/topotests/bgp_evpn_rt5/r2/zebra.conf index e5f962d254..7d19a5b381 100644 --- a/tests/topotests/bgp_evpn_rt5/r2/zebra.conf +++ b/tests/topotests/bgp_evpn_rt5/r2/zebra.conf @@ -3,7 +3,7 @@ log stdout hostname r2 password zebra -debug zebra vxlan +! debug zebra vxlan vrf r2-vrf-101 vni 101 diff --git a/tests/topotests/bgp_features/r1/ospf6d.conf b/tests/topotests/bgp_features/r1/ospf6d.conf index a38e4b862a..9afc6f4919 100644 --- a/tests/topotests/bgp_features/r1/ospf6d.conf +++ b/tests/topotests/bgp_features/r1/ospf6d.conf @@ -1,6 +1,6 @@ log file ospf6d.log ! -debug ospf6 neighbor +! debug ospf6 neighbor ! interface r1-lo ! diff --git a/tests/topotests/bgp_features/r1/ospfd.conf b/tests/topotests/bgp_features/r1/ospfd.conf index 68a1bb5c75..aef017fe52 100644 --- a/tests/topotests/bgp_features/r1/ospfd.conf +++ b/tests/topotests/bgp_features/r1/ospfd.conf @@ -1,7 +1,7 @@ log file ospfd.log ! -debug ospf event -debug ospf zebra +! debug ospf event +! debug ospf zebra ! interface r1-eth1 ip ospf hello-interval 2 diff --git a/tests/topotests/bgp_features/r2/ospf6d.conf b/tests/topotests/bgp_features/r2/ospf6d.conf index 47bd5a99cc..7fe535651e 100644 --- a/tests/topotests/bgp_features/r2/ospf6d.conf +++ b/tests/topotests/bgp_features/r2/ospf6d.conf @@ -1,6 +1,6 @@ log file ospf6d.log ! -debug ospf6 neighbor +! debug ospf6 neighbor ! interface r2-lo ! diff --git a/tests/topotests/bgp_features/r2/ospfd.conf b/tests/topotests/bgp_features/r2/ospfd.conf index 6f608e454b..7f043c9d74 100644 --- a/tests/topotests/bgp_features/r2/ospfd.conf +++ b/tests/topotests/bgp_features/r2/ospfd.conf @@ -1,7 +1,7 @@ log file ospfd.log ! -debug ospf event -debug ospf zebra +! debug ospf event +! debug ospf zebra ! int r2-eth1 ip ospf hello-interval 2 diff --git a/tests/topotests/bgp_features/r3/ospf6d.conf b/tests/topotests/bgp_features/r3/ospf6d.conf index eb74901ba1..07325b69b0 100644 --- a/tests/topotests/bgp_features/r3/ospf6d.conf +++ b/tests/topotests/bgp_features/r3/ospf6d.conf @@ -1,6 +1,6 @@ log file ospf6d.log ! -debug ospf6 neighbor +! debug ospf6 neighbor ! interface r3-lo ! diff --git a/tests/topotests/bgp_features/r3/ospfd.conf b/tests/topotests/bgp_features/r3/ospfd.conf index 71e4f1e1df..c3399fd60d 100644 --- a/tests/topotests/bgp_features/r3/ospfd.conf +++ b/tests/topotests/bgp_features/r3/ospfd.conf @@ -1,7 +1,7 @@ log file ospfd.log ! -debug ospf event -debug ospf zebra +! debug ospf event +! debug ospf zebra ! int r3-eth1 ip ospf hello-interval 2 diff --git a/tests/topotests/bgp_ipv6_rtadv/r1/zebra.conf b/tests/topotests/bgp_ipv6_rtadv/r1/zebra.conf index f95c3b07a7..1397c7f5fd 100644 --- a/tests/topotests/bgp_ipv6_rtadv/r1/zebra.conf +++ b/tests/topotests/bgp_ipv6_rtadv/r1/zebra.conf @@ -1,5 +1,5 @@ -debug zebra packet recv -debug zebra packet send +! debug zebra packet recv +! debug zebra packet send log stdout interface lo ip address 10.254.254.1/32 diff --git a/tests/topotests/bgp_l3vpn_to_bgp_direct/r1/ldpd.conf b/tests/topotests/bgp_l3vpn_to_bgp_direct/r1/ldpd.conf index 3c6cbddc2a..f7f2714dae 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_direct/r1/ldpd.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_direct/r1/ldpd.conf @@ -1,13 +1,13 @@ hostname r1 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 1.1.1.1 diff --git a/tests/topotests/bgp_l3vpn_to_bgp_direct/r2/ldpd.conf b/tests/topotests/bgp_l3vpn_to_bgp_direct/r2/ldpd.conf index bfdef21b75..c4056e01a8 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_direct/r2/ldpd.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_direct/r2/ldpd.conf @@ -1,13 +1,13 @@ hostname r2 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 2.2.2.2 diff --git a/tests/topotests/bgp_l3vpn_to_bgp_direct/r3/ldpd.conf b/tests/topotests/bgp_l3vpn_to_bgp_direct/r3/ldpd.conf index dbf1d72b5f..48956cb996 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_direct/r3/ldpd.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_direct/r3/ldpd.conf @@ -1,13 +1,13 @@ hostname r3 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 3.3.3.3 diff --git a/tests/topotests/bgp_l3vpn_to_bgp_direct/r4/ldpd.conf b/tests/topotests/bgp_l3vpn_to_bgp_direct/r4/ldpd.conf index 8f3533527d..1d04aa07e7 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_direct/r4/ldpd.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_direct/r4/ldpd.conf @@ -1,13 +1,13 @@ hostname r4 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 4.4.4.4 diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/ldpd.conf b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/ldpd.conf index de84f2bc3f..168b2d4802 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/ldpd.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/ldpd.conf @@ -2,13 +2,13 @@ hostname r1 log file ldpd.log password zebra ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 1.1.1.1 diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r2/ldpd.conf b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r2/ldpd.conf index 411ba85ef6..847be20934 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r2/ldpd.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r2/ldpd.conf @@ -2,13 +2,13 @@ hostname r2 log file ldpd.log password zebra ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 2.2.2.2 diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/ldpd.conf b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/ldpd.conf index 6002895f48..a620739ffb 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/ldpd.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/ldpd.conf @@ -2,13 +2,13 @@ hostname r3 password zebra log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 3.3.3.3 diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/ldpd.conf b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/ldpd.conf index 292e9a7187..617d3a76d5 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/ldpd.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/ldpd.conf @@ -2,13 +2,13 @@ hostname r4 password zebra log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 4.4.4.4 diff --git a/tests/topotests/bgp_link_bw_ip/r4/bgpd.conf b/tests/topotests/bgp_link_bw_ip/r4/bgpd.conf index d34db982c9..88b260f7e2 100644 --- a/tests/topotests/bgp_link_bw_ip/r4/bgpd.conf +++ b/tests/topotests/bgp_link_bw_ip/r4/bgpd.conf @@ -1,9 +1,9 @@ ! log file bgpd.log ! -debug bgp updates -debug bgp zebra -debug bgp bestpath 198.10.1.1/32 +! debug bgp updates +! debug bgp zebra +! debug bgp bestpath 198.10.1.1/32 ! hostname r4 ! diff --git a/tests/topotests/bgp_lu_topo1/R1/bgpd.conf b/tests/topotests/bgp_lu_topo1/R1/bgpd.conf index 1bdb4c7a3e..a164152e0e 100644 --- a/tests/topotests/bgp_lu_topo1/R1/bgpd.conf +++ b/tests/topotests/bgp_lu_topo1/R1/bgpd.conf @@ -1,6 +1,6 @@ ! -debug bgp labelpool -debug bgp zebra +! debug bgp labelpool +! debug bgp zebra ! router bgp 1 bgp router-id 10.0.0.1 diff --git a/tests/topotests/bgp_lu_topo1/R1/zebra.conf b/tests/topotests/bgp_lu_topo1/R1/zebra.conf index 4f6fee579f..f8a9ce4e03 100644 --- a/tests/topotests/bgp_lu_topo1/R1/zebra.conf +++ b/tests/topotests/bgp_lu_topo1/R1/zebra.conf @@ -1,6 +1,6 @@ -debug zebra events -debug zebra dplane -debug zebra mpls +! debug zebra events +! debug zebra dplane +! debug zebra mpls ! interface R1-eth0 ip address 10.0.0.1/24 diff --git a/tests/topotests/bgp_lu_topo1/R2/bgpd.conf b/tests/topotests/bgp_lu_topo1/R2/bgpd.conf index bac608e1c3..d35bbb886b 100644 --- a/tests/topotests/bgp_lu_topo1/R2/bgpd.conf +++ b/tests/topotests/bgp_lu_topo1/R2/bgpd.conf @@ -1,5 +1,5 @@ -debug bgp labelpool -debug bgp zebra +! debug bgp labelpool +! debug bgp zebra ! router bgp 2 bgp router-id 10.0.0.2 diff --git a/tests/topotests/bgp_lu_topo1/R2/zebra.conf b/tests/topotests/bgp_lu_topo1/R2/zebra.conf index 33ee53efe7..083da3ef9c 100644 --- a/tests/topotests/bgp_lu_topo1/R2/zebra.conf +++ b/tests/topotests/bgp_lu_topo1/R2/zebra.conf @@ -1,7 +1,7 @@ ! -debug zebra events -debug zebra dplane -debug zebra mpls +! debug zebra events +! debug zebra dplane +! debug zebra mpls ! interface R2-eth0 ip address 10.0.0.2/24 diff --git a/tests/topotests/bgp_lu_topo1/R3/bgpd.conf b/tests/topotests/bgp_lu_topo1/R3/bgpd.conf index b42df022e0..31d26ea1ed 100644 --- a/tests/topotests/bgp_lu_topo1/R3/bgpd.conf +++ b/tests/topotests/bgp_lu_topo1/R3/bgpd.conf @@ -1,6 +1,6 @@ log file /tmp/bgpd.log ! -debug bgp updates +! debug bgp updates ! router bgp 2 bgp router-id 10.0.1.3 diff --git a/tests/topotests/bgp_lu_topo1/R3/zebra.conf b/tests/topotests/bgp_lu_topo1/R3/zebra.conf index 524978bff6..ea4a1482dd 100644 --- a/tests/topotests/bgp_lu_topo1/R3/zebra.conf +++ b/tests/topotests/bgp_lu_topo1/R3/zebra.conf @@ -1,8 +1,8 @@ log file /tmp/zebra.log ! -debug zebra events -debug zebra packet detail -debug zebra mpls +! debug zebra events +! debug zebra packet detail +! debug zebra mpls ! interface R3-eth0 ip address 10.0.1.3/24 diff --git a/tests/topotests/bgp_lu_topo2/R1/bgpd.conf b/tests/topotests/bgp_lu_topo2/R1/bgpd.conf index 13383e20b6..9fe4026977 100644 --- a/tests/topotests/bgp_lu_topo2/R1/bgpd.conf +++ b/tests/topotests/bgp_lu_topo2/R1/bgpd.conf @@ -1,8 +1,8 @@ ! no log unique-id ! -debug bgp labelpool -debug bgp zebra +! debug bgp labelpool +! debug bgp zebra ! router bgp 1 bgp router-id 10.0.0.1 diff --git a/tests/topotests/bgp_lu_topo2/R1/zebra.conf b/tests/topotests/bgp_lu_topo2/R1/zebra.conf index c782481860..64c34a3bc3 100644 --- a/tests/topotests/bgp_lu_topo2/R1/zebra.conf +++ b/tests/topotests/bgp_lu_topo2/R1/zebra.conf @@ -1,10 +1,10 @@ ! no log unique-id ! -debug zebra events -debug zebra rib det -debug zebra dplane -debug zebra mpls +! debug zebra events +! debug zebra rib det +! debug zebra dplane +! debug zebra mpls ! interface R1-eth0 ip address 10.0.0.1/24 diff --git a/tests/topotests/bgp_lu_topo2/R2/bgpd.conf b/tests/topotests/bgp_lu_topo2/R2/bgpd.conf index bab3b8dd78..917060c4df 100644 --- a/tests/topotests/bgp_lu_topo2/R2/bgpd.conf +++ b/tests/topotests/bgp_lu_topo2/R2/bgpd.conf @@ -1,8 +1,8 @@ ! no log unique-id ! -debug bgp labelpool -debug bgp zebra +! debug bgp labelpool +! debug bgp zebra ! router bgp 2 bgp router-id 10.0.0.2 diff --git a/tests/topotests/bgp_lu_topo2/R2/zebra.conf b/tests/topotests/bgp_lu_topo2/R2/zebra.conf index b8a03e4fcb..f465914f63 100644 --- a/tests/topotests/bgp_lu_topo2/R2/zebra.conf +++ b/tests/topotests/bgp_lu_topo2/R2/zebra.conf @@ -1,10 +1,10 @@ ! no log unique-id ! -debug zebra events -debug zebra dplane -debug zebra mpls -debug zebra rib det +! debug zebra events +! debug zebra dplane +! debug zebra mpls +! debug zebra rib det ! interface R2-eth0 ip address 10.0.0.2/24 diff --git a/tests/topotests/bgp_lu_topo2/R3/bgpd.conf b/tests/topotests/bgp_lu_topo2/R3/bgpd.conf index 2dfeaa3274..6443445b80 100644 --- a/tests/topotests/bgp_lu_topo2/R3/bgpd.conf +++ b/tests/topotests/bgp_lu_topo2/R3/bgpd.conf @@ -2,7 +2,7 @@ log file /tmp/bgpd.log no log unique-id ! ! -debug bgp updates +! debug bgp updates ! router bgp 2 bgp router-id 10.0.1.3 diff --git a/tests/topotests/bgp_lu_topo2/R3/zebra.conf b/tests/topotests/bgp_lu_topo2/R3/zebra.conf index e4234de48c..dd24deb214 100644 --- a/tests/topotests/bgp_lu_topo2/R3/zebra.conf +++ b/tests/topotests/bgp_lu_topo2/R3/zebra.conf @@ -2,9 +2,9 @@ log file /tmp/zebra.log no log unique-id ! ! -debug zebra events -debug zebra packet detail -debug zebra mpls +! debug zebra events +! debug zebra packet detail +! debug zebra mpls ! interface R3-eth0 ip address 10.0.1.3/24 diff --git a/tests/topotests/bgp_lu_topo2/R4/bgpd.conf b/tests/topotests/bgp_lu_topo2/R4/bgpd.conf index 3cef827b86..45c81fb93e 100644 --- a/tests/topotests/bgp_lu_topo2/R4/bgpd.conf +++ b/tests/topotests/bgp_lu_topo2/R4/bgpd.conf @@ -1,8 +1,8 @@ ! no log unique-id ! -debug bgp labelpool -debug bgp zebra +! debug bgp labelpool +! debug bgp zebra ! router bgp 4 bgp router-id 10.0.4.4 diff --git a/tests/topotests/bgp_lu_topo2/R4/zebra.conf b/tests/topotests/bgp_lu_topo2/R4/zebra.conf index ba1b2bba6e..53ffe51e06 100644 --- a/tests/topotests/bgp_lu_topo2/R4/zebra.conf +++ b/tests/topotests/bgp_lu_topo2/R4/zebra.conf @@ -1,9 +1,9 @@ no log unique-id ! -debug zebra events -debug zebra dplane -debug zebra mpls -debug zebra rib det +! debug zebra events +! debug zebra dplane +! debug zebra mpls +! debug zebra rib det ! interface R4-eth0 ip address 10.0.4.4/24 diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/ce1/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/ce1/zebra.conf index 8ad2ddc48c..4a8579845c 100644 --- a/tests/topotests/bgp_snmp_mplsl3vpn/ce1/zebra.conf +++ b/tests/topotests/bgp_snmp_mplsl3vpn/ce1/zebra.conf @@ -1,8 +1,8 @@ log file /tmp/zebra.log log stdout ! -debug zebra events -debug zebra dplane +! debug zebra events +! debug zebra dplane ! ! interface ce1-eth0 diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf index fa2e968e55..5e0aa5d3f0 100644 --- a/tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf +++ b/tests/topotests/bgp_snmp_mplsl3vpn/ce2/zebra.conf @@ -1,8 +1,8 @@ log file /tmp/zebra.log log stdout ! -debug zebra events -debug zebra dplane +! debug zebra events +! debug zebra dplane ! ! interface ce2-eth0 diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/ce3/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/ce3/zebra.conf index ea91e21bad..fabc11e84d 100644 --- a/tests/topotests/bgp_snmp_mplsl3vpn/ce3/zebra.conf +++ b/tests/topotests/bgp_snmp_mplsl3vpn/ce3/zebra.conf @@ -1,8 +1,8 @@ log file /tmp/zebra.log log stdout ! -debug zebra events -debug zebra dplane +! debug zebra events +! debug zebra dplane ! ! interface ce3-eth0 diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/ce4/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/ce4/zebra.conf index 0866fa9759..e369f41b39 100644 --- a/tests/topotests/bgp_snmp_mplsl3vpn/ce4/zebra.conf +++ b/tests/topotests/bgp_snmp_mplsl3vpn/ce4/zebra.conf @@ -1,8 +1,8 @@ log file /tmp/zebra.log log stdout ! -debug zebra events -debug zebra dplane +! debug zebra events +! debug zebra dplane ! ! interface ce4-eth0 diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r1/isisd.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r1/isisd.conf index b5ca993da3..1a148f0628 100644 --- a/tests/topotests/bgp_snmp_mplsl3vpn/r1/isisd.conf +++ b/tests/topotests/bgp_snmp_mplsl3vpn/r1/isisd.conf @@ -1,7 +1,7 @@ log stdout debugging ! -debug isis route-events -debug isis events +! debug isis route-events +! debug isis events ! interface r1-eth0 ip router isis ISIS1 diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r2/isisd.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r2/isisd.conf index 3dfa43831a..396797dfb9 100644 --- a/tests/topotests/bgp_snmp_mplsl3vpn/r2/isisd.conf +++ b/tests/topotests/bgp_snmp_mplsl3vpn/r2/isisd.conf @@ -1,7 +1,7 @@ log stdout debugging ! -debug isis route-events -debug isis events +! debug isis route-events +! debug isis events ! interface r2-eth0 ip router isis ISIS1 diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r2/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r2/zebra.conf index 9bc4331bae..4fec8af3db 100644 --- a/tests/topotests/bgp_snmp_mplsl3vpn/r2/zebra.conf +++ b/tests/topotests/bgp_snmp_mplsl3vpn/r2/zebra.conf @@ -1,8 +1,8 @@ log file /tmp/zebra.log log stdout ! -debug zebra events -debug zebra dplane +! debug zebra events +! debug zebra dplane ! ! interface r2-eth0 diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r3/isisd.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r3/isisd.conf index 578ebafad6..9e52fb6820 100644 --- a/tests/topotests/bgp_snmp_mplsl3vpn/r3/isisd.conf +++ b/tests/topotests/bgp_snmp_mplsl3vpn/r3/isisd.conf @@ -1,7 +1,7 @@ log stdout debugging ! -debug isis route-events -debug isis events +! debug isis route-events +! debug isis events ! interface r3-eth0 ip router isis ISIS1 diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r3/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r3/zebra.conf index 4d2007e787..e433995593 100644 --- a/tests/topotests/bgp_snmp_mplsl3vpn/r3/zebra.conf +++ b/tests/topotests/bgp_snmp_mplsl3vpn/r3/zebra.conf @@ -1,8 +1,8 @@ log file /tmp/zebra.log log stdout ! -debug zebra events -debug zebra dplane +! debug zebra events +! debug zebra dplane ! ! interface r3-eth0 diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r4/isisd.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r4/isisd.conf index 3e9e9af45f..8de2cf05c5 100644 --- a/tests/topotests/bgp_snmp_mplsl3vpn/r4/isisd.conf +++ b/tests/topotests/bgp_snmp_mplsl3vpn/r4/isisd.conf @@ -1,7 +1,7 @@ log stdout debugging ! -debug isis route-events -debug isis events +! debug isis route-events +! debug isis events ! interface r4-eth0 ip router isis ISIS1 diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/r4/zebra.conf b/tests/topotests/bgp_snmp_mplsl3vpn/r4/zebra.conf index c48407c108..14580e5b3a 100644 --- a/tests/topotests/bgp_snmp_mplsl3vpn/r4/zebra.conf +++ b/tests/topotests/bgp_snmp_mplsl3vpn/r4/zebra.conf @@ -1,8 +1,8 @@ log file /tmp/zebra.log log stdout ! -debug zebra events -debug zebra dplane +! debug zebra events +! debug zebra dplane ! ! interface r4-eth0 diff --git a/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r1/zebra.conf b/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r1/zebra.conf index 68b5730a63..8defa0125a 100644 --- a/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r1/zebra.conf +++ b/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r1/zebra.conf @@ -7,9 +7,9 @@ log stdout notifications log monitor notifications log commands ! -debug zebra packet -debug zebra dplane -debug zebra kernel +! debug zebra packet +! debug zebra dplane +! debug zebra kernel ! interface eth0 ipv6 address 2001::1/64 diff --git a/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r2/zebra.conf b/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r2/zebra.conf index 91fd92d422..51d9c92235 100644 --- a/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r2/zebra.conf +++ b/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r2/zebra.conf @@ -7,9 +7,9 @@ log stdout notifications log monitor notifications log commands ! -debug zebra packet -debug zebra dplane -debug zebra kernel +! debug zebra packet +! debug zebra dplane +! debug zebra kernel ! interface eth0 ipv6 address 2001::2/64 diff --git a/tests/topotests/bgp_vrf_lite_ipv6_rtadv/r1/zebra.conf b/tests/topotests/bgp_vrf_lite_ipv6_rtadv/r1/zebra.conf index f19c497208..74359a55da 100644 --- a/tests/topotests/bgp_vrf_lite_ipv6_rtadv/r1/zebra.conf +++ b/tests/topotests/bgp_vrf_lite_ipv6_rtadv/r1/zebra.conf @@ -1,5 +1,5 @@ -debug zebra packet recv -debug zebra packet send +! debug zebra packet recv +! debug zebra packet send log stdout interface loop1 vrf r1-cust1 ip address 10.254.254.1/32 diff --git a/tests/topotests/bgp_vrf_netns/r1/zebra.conf b/tests/topotests/bgp_vrf_netns/r1/zebra.conf index fd0e18f5fd..ed4edfa0bd 100644 --- a/tests/topotests/bgp_vrf_netns/r1/zebra.conf +++ b/tests/topotests/bgp_vrf_netns/r1/zebra.conf @@ -4,4 +4,4 @@ interface r1-eth0 vrf r1-bgp-cust1 ! line vty ! -debug vrf +! debug vrf diff --git a/tests/topotests/eigrp_topo1/r1/zebra.conf b/tests/topotests/eigrp_topo1/r1/zebra.conf index 56ae4a66f4..51579a7d11 100644 --- a/tests/topotests/eigrp_topo1/r1/zebra.conf +++ b/tests/topotests/eigrp_topo1/r1/zebra.conf @@ -1,5 +1,5 @@ log file zebra.log -debug zebra rib detail +! debug zebra rib detail ! hostname r1 ! diff --git a/tests/topotests/evpn_pim_1/leaf1/pimd.conf b/tests/topotests/evpn_pim_1/leaf1/pimd.conf index d85f33d1fc..b54aada022 100644 --- a/tests/topotests/evpn_pim_1/leaf1/pimd.conf +++ b/tests/topotests/evpn_pim_1/leaf1/pimd.conf @@ -1,6 +1,6 @@ -debug pim events -debug pim nht -debug pim zebra +! debug pim events +! debug pim nht +! debug pim zebra ip pim rp 192.168.100.1 ip pim join-prune-interval 5 ! diff --git a/tests/topotests/isis_lfa_topo1/rt1/isisd.conf b/tests/topotests/isis_lfa_topo1/rt1/isisd.conf index 2ad8c12538..833cd66ced 100644 --- a/tests/topotests/isis_lfa_topo1/rt1/isisd.conf +++ b/tests/topotests/isis_lfa_topo1/rt1/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt1 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ipv6 router isis 1 diff --git a/tests/topotests/isis_lfa_topo1/rt1/zebra.conf b/tests/topotests/isis_lfa_topo1/rt1/zebra.conf index 317f1031df..4ce144495c 100644 --- a/tests/topotests/isis_lfa_topo1/rt1/zebra.conf +++ b/tests/topotests/isis_lfa_topo1/rt1/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt1 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/isis_lfa_topo1/rt2/isisd.conf b/tests/topotests/isis_lfa_topo1/rt2/isisd.conf index 39ff2570d4..42dee00e60 100644 --- a/tests/topotests/isis_lfa_topo1/rt2/isisd.conf +++ b/tests/topotests/isis_lfa_topo1/rt2/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt2 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ipv6 router isis 1 diff --git a/tests/topotests/isis_lfa_topo1/rt2/zebra.conf b/tests/topotests/isis_lfa_topo1/rt2/zebra.conf index 9feaada791..3372ec5033 100644 --- a/tests/topotests/isis_lfa_topo1/rt2/zebra.conf +++ b/tests/topotests/isis_lfa_topo1/rt2/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt2 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/isis_lfa_topo1/rt3/isisd.conf b/tests/topotests/isis_lfa_topo1/rt3/isisd.conf index 8b0c7bd0dc..9dd813cff6 100644 --- a/tests/topotests/isis_lfa_topo1/rt3/isisd.conf +++ b/tests/topotests/isis_lfa_topo1/rt3/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt3 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ipv6 router isis 1 diff --git a/tests/topotests/isis_lfa_topo1/rt3/zebra.conf b/tests/topotests/isis_lfa_topo1/rt3/zebra.conf index 48d732e72a..231b02b9bd 100644 --- a/tests/topotests/isis_lfa_topo1/rt3/zebra.conf +++ b/tests/topotests/isis_lfa_topo1/rt3/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt3 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/isis_lfa_topo1/rt4/isisd.conf b/tests/topotests/isis_lfa_topo1/rt4/isisd.conf index 86edee6ab1..7500ff8d7b 100644 --- a/tests/topotests/isis_lfa_topo1/rt4/isisd.conf +++ b/tests/topotests/isis_lfa_topo1/rt4/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt4 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ipv6 router isis 1 diff --git a/tests/topotests/isis_lfa_topo1/rt4/zebra.conf b/tests/topotests/isis_lfa_topo1/rt4/zebra.conf index bff10860cc..2d62924334 100644 --- a/tests/topotests/isis_lfa_topo1/rt4/zebra.conf +++ b/tests/topotests/isis_lfa_topo1/rt4/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt4 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 4.4.4.4/32 diff --git a/tests/topotests/isis_lfa_topo1/rt5/isisd.conf b/tests/topotests/isis_lfa_topo1/rt5/isisd.conf index 7a7cfe557d..5e022e9ad8 100644 --- a/tests/topotests/isis_lfa_topo1/rt5/isisd.conf +++ b/tests/topotests/isis_lfa_topo1/rt5/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt5 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ipv6 router isis 1 diff --git a/tests/topotests/isis_lfa_topo1/rt5/zebra.conf b/tests/topotests/isis_lfa_topo1/rt5/zebra.conf index ee1e46c966..efb7bf6d12 100644 --- a/tests/topotests/isis_lfa_topo1/rt5/zebra.conf +++ b/tests/topotests/isis_lfa_topo1/rt5/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt5 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 5.5.5.5/32 diff --git a/tests/topotests/isis_lfa_topo1/rt6/isisd.conf b/tests/topotests/isis_lfa_topo1/rt6/isisd.conf index 20cb7769a4..d262e8a564 100644 --- a/tests/topotests/isis_lfa_topo1/rt6/isisd.conf +++ b/tests/topotests/isis_lfa_topo1/rt6/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt6 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ipv6 router isis 1 diff --git a/tests/topotests/isis_lfa_topo1/rt6/zebra.conf b/tests/topotests/isis_lfa_topo1/rt6/zebra.conf index 4108078896..31650bd260 100644 --- a/tests/topotests/isis_lfa_topo1/rt6/zebra.conf +++ b/tests/topotests/isis_lfa_topo1/rt6/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt6 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 6.6.6.6/32 diff --git a/tests/topotests/isis_lfa_topo1/rt7/isisd.conf b/tests/topotests/isis_lfa_topo1/rt7/isisd.conf index 713e6d39f4..c2061236c3 100644 --- a/tests/topotests/isis_lfa_topo1/rt7/isisd.conf +++ b/tests/topotests/isis_lfa_topo1/rt7/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt6 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ipv6 router isis 1 diff --git a/tests/topotests/isis_lfa_topo1/rt7/zebra.conf b/tests/topotests/isis_lfa_topo1/rt7/zebra.conf index 353c9efa93..4271ccea11 100644 --- a/tests/topotests/isis_lfa_topo1/rt7/zebra.conf +++ b/tests/topotests/isis_lfa_topo1/rt7/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt7 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 7.7.7.7/32 diff --git a/tests/topotests/isis_lsp_bits_topo1/rt1/isisd.conf b/tests/topotests/isis_lsp_bits_topo1/rt1/isisd.conf index 90764a0d0f..fc004e429b 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt1/isisd.conf +++ b/tests/topotests/isis_lsp_bits_topo1/rt1/isisd.conf @@ -2,11 +2,11 @@ password 1 hostname rt1 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_lsp_bits_topo1/rt1/zebra.conf b/tests/topotests/isis_lsp_bits_topo1/rt1/zebra.conf index 9d71d3005f..37b3f27cae 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt1/zebra.conf +++ b/tests/topotests/isis_lsp_bits_topo1/rt1/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt1 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/isis_lsp_bits_topo1/rt2/isisd.conf b/tests/topotests/isis_lsp_bits_topo1/rt2/isisd.conf index 2bc4c4ad97..d01720f4f0 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt2/isisd.conf +++ b/tests/topotests/isis_lsp_bits_topo1/rt2/isisd.conf @@ -1,11 +1,11 @@ hostname rt2 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_lsp_bits_topo1/rt2/zebra.conf b/tests/topotests/isis_lsp_bits_topo1/rt2/zebra.conf index 234e10efa9..03acb6f272 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt2/zebra.conf +++ b/tests/topotests/isis_lsp_bits_topo1/rt2/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt2 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/isis_lsp_bits_topo1/rt3/isisd.conf b/tests/topotests/isis_lsp_bits_topo1/rt3/isisd.conf index 9ad97109b5..a8d589678a 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt3/isisd.conf +++ b/tests/topotests/isis_lsp_bits_topo1/rt3/isisd.conf @@ -1,11 +1,11 @@ hostname rt3 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_lsp_bits_topo1/rt3/zebra.conf b/tests/topotests/isis_lsp_bits_topo1/rt3/zebra.conf index 9a0defd62b..5f59be19b3 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt3/zebra.conf +++ b/tests/topotests/isis_lsp_bits_topo1/rt3/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt3 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/isis_lsp_bits_topo1/rt4/isisd.conf b/tests/topotests/isis_lsp_bits_topo1/rt4/isisd.conf index e85412a71d..2d30790f29 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt4/isisd.conf +++ b/tests/topotests/isis_lsp_bits_topo1/rt4/isisd.conf @@ -1,11 +1,11 @@ hostname rt4 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 4 diff --git a/tests/topotests/isis_lsp_bits_topo1/rt4/zebra.conf b/tests/topotests/isis_lsp_bits_topo1/rt4/zebra.conf index adcf433249..a567f3b864 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt4/zebra.conf +++ b/tests/topotests/isis_lsp_bits_topo1/rt4/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt4 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 4.4.4.4/32 diff --git a/tests/topotests/isis_lsp_bits_topo1/rt5/isisd.conf b/tests/topotests/isis_lsp_bits_topo1/rt5/isisd.conf index 2cab0c88fc..263c3f9478 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt5/isisd.conf +++ b/tests/topotests/isis_lsp_bits_topo1/rt5/isisd.conf @@ -1,11 +1,11 @@ hostname rt5 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 2 diff --git a/tests/topotests/isis_lsp_bits_topo1/rt5/zebra.conf b/tests/topotests/isis_lsp_bits_topo1/rt5/zebra.conf index 0f10ce921f..50aedb3940 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt5/zebra.conf +++ b/tests/topotests/isis_lsp_bits_topo1/rt5/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt5 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 5.5.5.5/32 diff --git a/tests/topotests/isis_lsp_bits_topo1/rt6/isisd.conf b/tests/topotests/isis_lsp_bits_topo1/rt6/isisd.conf index 249f945e0c..505604ef33 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt6/isisd.conf +++ b/tests/topotests/isis_lsp_bits_topo1/rt6/isisd.conf @@ -1,11 +1,11 @@ hostname rt6 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 4 diff --git a/tests/topotests/isis_lsp_bits_topo1/rt6/zebra.conf b/tests/topotests/isis_lsp_bits_topo1/rt6/zebra.conf index 6084010a93..4d51d3df84 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt6/zebra.conf +++ b/tests/topotests/isis_lsp_bits_topo1/rt6/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt6 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 6.6.6.6/32 diff --git a/tests/topotests/isis_rlfa_topo1/rt1/isisd.conf b/tests/topotests/isis_rlfa_topo1/rt1/isisd.conf index a80f30dc7b..f7f0a95e1c 100644 --- a/tests/topotests/isis_rlfa_topo1/rt1/isisd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt1/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt1 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_rlfa_topo1/rt1/ldpd.conf b/tests/topotests/isis_rlfa_topo1/rt1/ldpd.conf index f60fdb9742..eb8589219e 100644 --- a/tests/topotests/isis_rlfa_topo1/rt1/ldpd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt1/ldpd.conf @@ -2,9 +2,9 @@ log file ldpd.log ! hostname rt1 ! -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp zebra +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp zebra ! mpls ldp router-id 10.0.255.1 diff --git a/tests/topotests/isis_rlfa_topo1/rt1/zebra.conf b/tests/topotests/isis_rlfa_topo1/rt1/zebra.conf index 741fc2d02b..6210b29950 100644 --- a/tests/topotests/isis_rlfa_topo1/rt1/zebra.conf +++ b/tests/topotests/isis_rlfa_topo1/rt1/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt1 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 10.0.255.1/32 diff --git a/tests/topotests/isis_rlfa_topo1/rt2/isisd.conf b/tests/topotests/isis_rlfa_topo1/rt2/isisd.conf index 7b4c6c50b9..6595052fab 100644 --- a/tests/topotests/isis_rlfa_topo1/rt2/isisd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt2/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt2 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_rlfa_topo1/rt2/ldpd.conf b/tests/topotests/isis_rlfa_topo1/rt2/ldpd.conf index 0a815ef004..25882be67a 100644 --- a/tests/topotests/isis_rlfa_topo1/rt2/ldpd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt2/ldpd.conf @@ -2,9 +2,9 @@ log file ldpd.log ! hostname rt2 ! -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp zebra +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp zebra ! mpls ldp router-id 10.0.255.2 diff --git a/tests/topotests/isis_rlfa_topo1/rt2/zebra.conf b/tests/topotests/isis_rlfa_topo1/rt2/zebra.conf index 657c69bf28..38c561d475 100644 --- a/tests/topotests/isis_rlfa_topo1/rt2/zebra.conf +++ b/tests/topotests/isis_rlfa_topo1/rt2/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt2 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 10.0.255.2/32 diff --git a/tests/topotests/isis_rlfa_topo1/rt3/isisd.conf b/tests/topotests/isis_rlfa_topo1/rt3/isisd.conf index 17d58a9d15..a029b7140f 100644 --- a/tests/topotests/isis_rlfa_topo1/rt3/isisd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt3/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt3 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_rlfa_topo1/rt3/ldpd.conf b/tests/topotests/isis_rlfa_topo1/rt3/ldpd.conf index 40f1f5587a..8f2234a207 100644 --- a/tests/topotests/isis_rlfa_topo1/rt3/ldpd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt3/ldpd.conf @@ -2,9 +2,9 @@ log file ldpd.log ! hostname rt3 ! -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp zebra +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp zebra ! mpls ldp router-id 10.0.255.3 diff --git a/tests/topotests/isis_rlfa_topo1/rt3/zebra.conf b/tests/topotests/isis_rlfa_topo1/rt3/zebra.conf index 86f5d2871a..21557645d8 100644 --- a/tests/topotests/isis_rlfa_topo1/rt3/zebra.conf +++ b/tests/topotests/isis_rlfa_topo1/rt3/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt3 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 10.0.255.3/32 diff --git a/tests/topotests/isis_rlfa_topo1/rt4/isisd.conf b/tests/topotests/isis_rlfa_topo1/rt4/isisd.conf index 1519fd4c16..86aa6b1f46 100644 --- a/tests/topotests/isis_rlfa_topo1/rt4/isisd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt4/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt4 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_rlfa_topo1/rt4/ldpd.conf b/tests/topotests/isis_rlfa_topo1/rt4/ldpd.conf index 569ecf733e..c8d467c518 100644 --- a/tests/topotests/isis_rlfa_topo1/rt4/ldpd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt4/ldpd.conf @@ -2,9 +2,9 @@ log file ldpd.log ! hostname rt4 ! -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp zebra +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp zebra ! mpls ldp router-id 10.0.255.4 diff --git a/tests/topotests/isis_rlfa_topo1/rt4/zebra.conf b/tests/topotests/isis_rlfa_topo1/rt4/zebra.conf index 1dd09bf83b..4e22813b94 100644 --- a/tests/topotests/isis_rlfa_topo1/rt4/zebra.conf +++ b/tests/topotests/isis_rlfa_topo1/rt4/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt4 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 10.0.255.4/32 diff --git a/tests/topotests/isis_rlfa_topo1/rt5/isisd.conf b/tests/topotests/isis_rlfa_topo1/rt5/isisd.conf index caf7477073..e4fc9cdd4c 100644 --- a/tests/topotests/isis_rlfa_topo1/rt5/isisd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt5/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt5 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_rlfa_topo1/rt5/ldpd.conf b/tests/topotests/isis_rlfa_topo1/rt5/ldpd.conf index 519c3d3628..c5fc36a61c 100644 --- a/tests/topotests/isis_rlfa_topo1/rt5/ldpd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt5/ldpd.conf @@ -2,9 +2,9 @@ log file ldpd.log ! hostname rt5 ! -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp zebra +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp zebra ! mpls ldp router-id 10.0.255.5 diff --git a/tests/topotests/isis_rlfa_topo1/rt5/zebra.conf b/tests/topotests/isis_rlfa_topo1/rt5/zebra.conf index 7117a2a2e3..83bbb1ba4d 100644 --- a/tests/topotests/isis_rlfa_topo1/rt5/zebra.conf +++ b/tests/topotests/isis_rlfa_topo1/rt5/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt5 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 10.0.255.5/32 diff --git a/tests/topotests/isis_rlfa_topo1/rt6/isisd.conf b/tests/topotests/isis_rlfa_topo1/rt6/isisd.conf index cdf6267236..81319e4264 100644 --- a/tests/topotests/isis_rlfa_topo1/rt6/isisd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt6/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt6 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_rlfa_topo1/rt6/ldpd.conf b/tests/topotests/isis_rlfa_topo1/rt6/ldpd.conf index a5b7062bec..11bed3ce30 100644 --- a/tests/topotests/isis_rlfa_topo1/rt6/ldpd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt6/ldpd.conf @@ -2,9 +2,9 @@ log file ldpd.log ! hostname rt6 ! -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp zebra +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp zebra ! mpls ldp router-id 10.0.255.6 diff --git a/tests/topotests/isis_rlfa_topo1/rt6/zebra.conf b/tests/topotests/isis_rlfa_topo1/rt6/zebra.conf index c6344870b7..1fdd0d4b61 100644 --- a/tests/topotests/isis_rlfa_topo1/rt6/zebra.conf +++ b/tests/topotests/isis_rlfa_topo1/rt6/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt6 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 10.0.255.6/32 diff --git a/tests/topotests/isis_rlfa_topo1/rt7/isisd.conf b/tests/topotests/isis_rlfa_topo1/rt7/isisd.conf index 8ab8fcb232..1f48671e74 100644 --- a/tests/topotests/isis_rlfa_topo1/rt7/isisd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt7/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt7 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_rlfa_topo1/rt7/ldpd.conf b/tests/topotests/isis_rlfa_topo1/rt7/ldpd.conf index 26d428c4c6..6c40ccb33c 100644 --- a/tests/topotests/isis_rlfa_topo1/rt7/ldpd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt7/ldpd.conf @@ -2,9 +2,9 @@ log file ldpd.log ! hostname rt7 ! -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp zebra +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp zebra ! mpls ldp router-id 10.0.255.7 diff --git a/tests/topotests/isis_rlfa_topo1/rt7/zebra.conf b/tests/topotests/isis_rlfa_topo1/rt7/zebra.conf index 4c5e0f1126..114ebd93a6 100644 --- a/tests/topotests/isis_rlfa_topo1/rt7/zebra.conf +++ b/tests/topotests/isis_rlfa_topo1/rt7/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt7 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 10.0.255.7/32 diff --git a/tests/topotests/isis_rlfa_topo1/rt8/isisd.conf b/tests/topotests/isis_rlfa_topo1/rt8/isisd.conf index abdc6a53a5..7675f777a7 100644 --- a/tests/topotests/isis_rlfa_topo1/rt8/isisd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt8/isisd.conf @@ -2,10 +2,10 @@ password 1 hostname rt8 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_rlfa_topo1/rt8/ldpd.conf b/tests/topotests/isis_rlfa_topo1/rt8/ldpd.conf index 1629f82de1..36e7ce12a9 100644 --- a/tests/topotests/isis_rlfa_topo1/rt8/ldpd.conf +++ b/tests/topotests/isis_rlfa_topo1/rt8/ldpd.conf @@ -2,9 +2,9 @@ log file ldpd.log ! hostname rt8 ! -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp zebra +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp zebra ! mpls ldp router-id 10.0.255.8 diff --git a/tests/topotests/isis_rlfa_topo1/rt8/zebra.conf b/tests/topotests/isis_rlfa_topo1/rt8/zebra.conf index f3f10f649a..001e62ed25 100644 --- a/tests/topotests/isis_rlfa_topo1/rt8/zebra.conf +++ b/tests/topotests/isis_rlfa_topo1/rt8/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt8 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 10.0.255.8/32 diff --git a/tests/topotests/isis_snmp/r1/isisd.conf b/tests/topotests/isis_snmp/r1/isisd.conf index dd32d3b8a5..4928341225 100644 --- a/tests/topotests/isis_snmp/r1/isisd.conf +++ b/tests/topotests/isis_snmp/r1/isisd.conf @@ -1,8 +1,8 @@ hostname r1 log file isisd.log -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets agentx ! router isis 1 diff --git a/tests/topotests/isis_snmp/r1/ldpd.conf b/tests/topotests/isis_snmp/r1/ldpd.conf index 4ec296ca5a..5b1cbfebc9 100644 --- a/tests/topotests/isis_snmp/r1/ldpd.conf +++ b/tests/topotests/isis_snmp/r1/ldpd.conf @@ -1,10 +1,10 @@ hostname r1 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync agentx ! mpls ldp diff --git a/tests/topotests/isis_snmp/r1/zebra.conf b/tests/topotests/isis_snmp/r1/zebra.conf index 6ac341e431..4ca46da805 100644 --- a/tests/topotests/isis_snmp/r1/zebra.conf +++ b/tests/topotests/isis_snmp/r1/zebra.conf @@ -2,10 +2,10 @@ log file zebra.log ! hostname r1 ! -debug zebra kernel -debug zebra rib detailed -debug zebra dplane detailed -debug zebra nht +! debug zebra kernel +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra nht ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/isis_snmp/r2/isisd.conf b/tests/topotests/isis_snmp/r2/isisd.conf index 4403d8913b..9bb8a8d5f9 100644 --- a/tests/topotests/isis_snmp/r2/isisd.conf +++ b/tests/topotests/isis_snmp/r2/isisd.conf @@ -1,8 +1,8 @@ hostname r2 log file isisd.log -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets agentx ! router isis 1 diff --git a/tests/topotests/isis_snmp/r2/ldpd.conf b/tests/topotests/isis_snmp/r2/ldpd.conf index eb963fe41c..533d2d9d49 100644 --- a/tests/topotests/isis_snmp/r2/ldpd.conf +++ b/tests/topotests/isis_snmp/r2/ldpd.conf @@ -1,10 +1,10 @@ hostname r2 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync ! mpls ldp router-id 2.2.2.2 diff --git a/tests/topotests/isis_snmp/r2/zebra.conf b/tests/topotests/isis_snmp/r2/zebra.conf index 4aa7440c33..9f6e3d5359 100644 --- a/tests/topotests/isis_snmp/r2/zebra.conf +++ b/tests/topotests/isis_snmp/r2/zebra.conf @@ -2,10 +2,10 @@ log file zebra.log ! hostname r2 ! -debug zebra rib detailed -debug zebra dplane detailed -debug zebra kernel -debug zebra nht +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra kernel +! debug zebra nht ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/isis_snmp/r3/isisd.conf b/tests/topotests/isis_snmp/r3/isisd.conf index e06fe8c1f9..4daec791b3 100644 --- a/tests/topotests/isis_snmp/r3/isisd.conf +++ b/tests/topotests/isis_snmp/r3/isisd.conf @@ -1,8 +1,8 @@ hostname r3 log file isisd.log -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets agentx ! router isis 1 diff --git a/tests/topotests/isis_snmp/r3/ldpd.conf b/tests/topotests/isis_snmp/r3/ldpd.conf index 2935caf13b..fae25e0710 100644 --- a/tests/topotests/isis_snmp/r3/ldpd.conf +++ b/tests/topotests/isis_snmp/r3/ldpd.conf @@ -1,10 +1,10 @@ hostname r3 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync ! mpls ldp router-id 3.3.3.3 diff --git a/tests/topotests/isis_snmp/r3/zebra.conf b/tests/topotests/isis_snmp/r3/zebra.conf index 6b76114d4d..4e6bddd296 100644 --- a/tests/topotests/isis_snmp/r3/zebra.conf +++ b/tests/topotests/isis_snmp/r3/zebra.conf @@ -2,10 +2,10 @@ log file zebra.log ! hostname r3 ! -debug zebra rib detailed -debug zebra dplane detailed -debug zebra kernel -debug zebra nht +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra kernel +! debug zebra nht ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/isis_snmp/r4/isisd.conf b/tests/topotests/isis_snmp/r4/isisd.conf index 1256141da9..32b07b3cb4 100644 --- a/tests/topotests/isis_snmp/r4/isisd.conf +++ b/tests/topotests/isis_snmp/r4/isisd.conf @@ -1,8 +1,8 @@ hostname r4 log file isisd.log -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets agentx ! router isis 1 diff --git a/tests/topotests/isis_snmp/r4/ldpd.conf b/tests/topotests/isis_snmp/r4/ldpd.conf index b27952514b..dbffdff42c 100644 --- a/tests/topotests/isis_snmp/r4/ldpd.conf +++ b/tests/topotests/isis_snmp/r4/ldpd.conf @@ -1,10 +1,10 @@ hostname r4 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync ! mpls ldp router-id 4.4.4.4 diff --git a/tests/topotests/isis_snmp/r4/zebra.conf b/tests/topotests/isis_snmp/r4/zebra.conf index fa13601164..66b8ea3de8 100644 --- a/tests/topotests/isis_snmp/r4/zebra.conf +++ b/tests/topotests/isis_snmp/r4/zebra.conf @@ -2,10 +2,10 @@ log file zebra.log ! hostname r4 ! -debug zebra rib detailed -debug zebra dplane detailed -debug zebra kernel -debug zebra nht +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra kernel +! debug zebra nht ! interface lo ip address 4.4.4.4/32 diff --git a/tests/topotests/isis_snmp/r5/isisd.conf b/tests/topotests/isis_snmp/r5/isisd.conf index 58859041a9..fe3ca0f3aa 100644 --- a/tests/topotests/isis_snmp/r5/isisd.conf +++ b/tests/topotests/isis_snmp/r5/isisd.conf @@ -1,8 +1,8 @@ hostname r5 log file isisd.log -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets agentx ! router isis 1 diff --git a/tests/topotests/isis_snmp/r5/ldpd.conf b/tests/topotests/isis_snmp/r5/ldpd.conf index f3ba867a9f..fd273d5dae 100644 --- a/tests/topotests/isis_snmp/r5/ldpd.conf +++ b/tests/topotests/isis_snmp/r5/ldpd.conf @@ -1,10 +1,10 @@ hostname r5 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync ! mpls ldp router-id 5.5.5.5 diff --git a/tests/topotests/isis_snmp/r5/zebra.conf b/tests/topotests/isis_snmp/r5/zebra.conf index 7230129f22..5607fab9cd 100644 --- a/tests/topotests/isis_snmp/r5/zebra.conf +++ b/tests/topotests/isis_snmp/r5/zebra.conf @@ -2,10 +2,10 @@ log file zebra.log ! hostname r5 ! -debug zebra rib detailed -debug zebra dplane detailed -debug zebra kernel -debug zebra nht +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra kernel +! debug zebra nht ! interface lo ip address 5.5.5.5/32 diff --git a/tests/topotests/isis_sr_te_topo1/dst/zebra.conf b/tests/topotests/isis_sr_te_topo1/dst/zebra.conf index e873ac8a5c..0c7937b9bb 100644 --- a/tests/topotests/isis_sr_te_topo1/dst/zebra.conf +++ b/tests/topotests/isis_sr_te_topo1/dst/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname dst ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 9.9.9.2/32 diff --git a/tests/topotests/isis_sr_te_topo1/rt1/isisd.conf b/tests/topotests/isis_sr_te_topo1/rt1/isisd.conf index 70ae1b07f5..3d5ac20451 100644 --- a/tests/topotests/isis_sr_te_topo1/rt1/isisd.conf +++ b/tests/topotests/isis_sr_te_topo1/rt1/isisd.conf @@ -2,11 +2,11 @@ password 1 hostname rt1 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_sr_te_topo1/rt1/zebra.conf b/tests/topotests/isis_sr_te_topo1/rt1/zebra.conf index 9d71d3005f..37b3f27cae 100644 --- a/tests/topotests/isis_sr_te_topo1/rt1/zebra.conf +++ b/tests/topotests/isis_sr_te_topo1/rt1/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt1 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/isis_sr_te_topo1/rt2/isisd.conf b/tests/topotests/isis_sr_te_topo1/rt2/isisd.conf index 733f26bc62..ba214c92c1 100644 --- a/tests/topotests/isis_sr_te_topo1/rt2/isisd.conf +++ b/tests/topotests/isis_sr_te_topo1/rt2/isisd.conf @@ -1,11 +1,11 @@ hostname rt2 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_sr_te_topo1/rt2/zebra.conf b/tests/topotests/isis_sr_te_topo1/rt2/zebra.conf index dcb0686dc2..f9ac098f4f 100644 --- a/tests/topotests/isis_sr_te_topo1/rt2/zebra.conf +++ b/tests/topotests/isis_sr_te_topo1/rt2/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt2 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/isis_sr_te_topo1/rt3/isisd.conf b/tests/topotests/isis_sr_te_topo1/rt3/isisd.conf index 2395906cbf..482d8152c2 100644 --- a/tests/topotests/isis_sr_te_topo1/rt3/isisd.conf +++ b/tests/topotests/isis_sr_te_topo1/rt3/isisd.conf @@ -1,11 +1,11 @@ hostname rt3 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_sr_te_topo1/rt3/zebra.conf b/tests/topotests/isis_sr_te_topo1/rt3/zebra.conf index 3254529386..441c9a3aca 100644 --- a/tests/topotests/isis_sr_te_topo1/rt3/zebra.conf +++ b/tests/topotests/isis_sr_te_topo1/rt3/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt3 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/isis_sr_te_topo1/rt4/isisd.conf b/tests/topotests/isis_sr_te_topo1/rt4/isisd.conf index 07a7867cbb..851c6da019 100644 --- a/tests/topotests/isis_sr_te_topo1/rt4/isisd.conf +++ b/tests/topotests/isis_sr_te_topo1/rt4/isisd.conf @@ -1,11 +1,11 @@ hostname rt4 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_sr_te_topo1/rt4/zebra.conf b/tests/topotests/isis_sr_te_topo1/rt4/zebra.conf index 4945897e9d..a2569aa51f 100644 --- a/tests/topotests/isis_sr_te_topo1/rt4/zebra.conf +++ b/tests/topotests/isis_sr_te_topo1/rt4/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt4 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 4.4.4.4/32 diff --git a/tests/topotests/isis_sr_te_topo1/rt5/isisd.conf b/tests/topotests/isis_sr_te_topo1/rt5/isisd.conf index b0fcdede07..4cc54f318c 100644 --- a/tests/topotests/isis_sr_te_topo1/rt5/isisd.conf +++ b/tests/topotests/isis_sr_te_topo1/rt5/isisd.conf @@ -1,11 +1,11 @@ hostname rt5 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_sr_te_topo1/rt5/zebra.conf b/tests/topotests/isis_sr_te_topo1/rt5/zebra.conf index 4cfea1a59f..f62cc8ffd3 100644 --- a/tests/topotests/isis_sr_te_topo1/rt5/zebra.conf +++ b/tests/topotests/isis_sr_te_topo1/rt5/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt5 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 5.5.5.5/32 diff --git a/tests/topotests/isis_sr_te_topo1/rt6/isisd.conf b/tests/topotests/isis_sr_te_topo1/rt6/isisd.conf index 3be24ad24c..8fec87b929 100644 --- a/tests/topotests/isis_sr_te_topo1/rt6/isisd.conf +++ b/tests/topotests/isis_sr_te_topo1/rt6/isisd.conf @@ -1,11 +1,11 @@ hostname rt6 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_sr_te_topo1/rt6/zebra.conf b/tests/topotests/isis_sr_te_topo1/rt6/zebra.conf index 32c6e6c4e0..f2f1a3eefe 100644 --- a/tests/topotests/isis_sr_te_topo1/rt6/zebra.conf +++ b/tests/topotests/isis_sr_te_topo1/rt6/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt6 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 6.6.6.6/32 diff --git a/tests/topotests/isis_sr_topo1/rt1/isisd.conf b/tests/topotests/isis_sr_topo1/rt1/isisd.conf index f441527597..ed09753d20 100644 --- a/tests/topotests/isis_sr_topo1/rt1/isisd.conf +++ b/tests/topotests/isis_sr_topo1/rt1/isisd.conf @@ -2,11 +2,11 @@ password 1 hostname rt1 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_sr_topo1/rt1/zebra.conf b/tests/topotests/isis_sr_topo1/rt1/zebra.conf index 9d71d3005f..37b3f27cae 100644 --- a/tests/topotests/isis_sr_topo1/rt1/zebra.conf +++ b/tests/topotests/isis_sr_topo1/rt1/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt1 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/isis_sr_topo1/rt2/isisd.conf b/tests/topotests/isis_sr_topo1/rt2/isisd.conf index 796b6ed32c..9b8efe40e9 100644 --- a/tests/topotests/isis_sr_topo1/rt2/isisd.conf +++ b/tests/topotests/isis_sr_topo1/rt2/isisd.conf @@ -1,11 +1,11 @@ hostname rt2 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_sr_topo1/rt2/zebra.conf b/tests/topotests/isis_sr_topo1/rt2/zebra.conf index dcb0686dc2..f9ac098f4f 100644 --- a/tests/topotests/isis_sr_topo1/rt2/zebra.conf +++ b/tests/topotests/isis_sr_topo1/rt2/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt2 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/isis_sr_topo1/rt3/isisd.conf b/tests/topotests/isis_sr_topo1/rt3/isisd.conf index cc2aa1782b..ded8bd1576 100644 --- a/tests/topotests/isis_sr_topo1/rt3/isisd.conf +++ b/tests/topotests/isis_sr_topo1/rt3/isisd.conf @@ -1,11 +1,11 @@ hostname rt3 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_sr_topo1/rt3/zebra.conf b/tests/topotests/isis_sr_topo1/rt3/zebra.conf index 3254529386..441c9a3aca 100644 --- a/tests/topotests/isis_sr_topo1/rt3/zebra.conf +++ b/tests/topotests/isis_sr_topo1/rt3/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt3 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/isis_sr_topo1/rt4/isisd.conf b/tests/topotests/isis_sr_topo1/rt4/isisd.conf index 3852b1962b..ba9704531c 100644 --- a/tests/topotests/isis_sr_topo1/rt4/isisd.conf +++ b/tests/topotests/isis_sr_topo1/rt4/isisd.conf @@ -1,11 +1,11 @@ hostname rt4 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_sr_topo1/rt4/zebra.conf b/tests/topotests/isis_sr_topo1/rt4/zebra.conf index 5889901c56..b66a9afcb5 100644 --- a/tests/topotests/isis_sr_topo1/rt4/zebra.conf +++ b/tests/topotests/isis_sr_topo1/rt4/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt4 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 4.4.4.4/32 diff --git a/tests/topotests/isis_sr_topo1/rt5/isisd.conf b/tests/topotests/isis_sr_topo1/rt5/isisd.conf index f7beea796c..3fe7bdf1b2 100644 --- a/tests/topotests/isis_sr_topo1/rt5/isisd.conf +++ b/tests/topotests/isis_sr_topo1/rt5/isisd.conf @@ -1,11 +1,11 @@ hostname rt5 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_sr_topo1/rt5/zebra.conf b/tests/topotests/isis_sr_topo1/rt5/zebra.conf index a0c8f2cd7e..90ceb817fa 100644 --- a/tests/topotests/isis_sr_topo1/rt5/zebra.conf +++ b/tests/topotests/isis_sr_topo1/rt5/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt5 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 5.5.5.5/32 diff --git a/tests/topotests/isis_sr_topo1/rt6/isisd.conf b/tests/topotests/isis_sr_topo1/rt6/isisd.conf index a29b78f0a4..e7a7e2dfd4 100644 --- a/tests/topotests/isis_sr_topo1/rt6/isisd.conf +++ b/tests/topotests/isis_sr_topo1/rt6/isisd.conf @@ -1,11 +1,11 @@ hostname rt6 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_sr_topo1/rt6/zebra.conf b/tests/topotests/isis_sr_topo1/rt6/zebra.conf index 6084010a93..4d51d3df84 100644 --- a/tests/topotests/isis_sr_topo1/rt6/zebra.conf +++ b/tests/topotests/isis_sr_topo1/rt6/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt6 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 6.6.6.6/32 diff --git a/tests/topotests/isis_tilfa_topo1/rt1/isisd.conf b/tests/topotests/isis_tilfa_topo1/rt1/isisd.conf index a447a2aa5a..955bd5caa0 100644 --- a/tests/topotests/isis_tilfa_topo1/rt1/isisd.conf +++ b/tests/topotests/isis_tilfa_topo1/rt1/isisd.conf @@ -2,11 +2,11 @@ password 1 hostname rt1 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_tilfa_topo1/rt1/zebra.conf b/tests/topotests/isis_tilfa_topo1/rt1/zebra.conf index 9d71d3005f..37b3f27cae 100644 --- a/tests/topotests/isis_tilfa_topo1/rt1/zebra.conf +++ b/tests/topotests/isis_tilfa_topo1/rt1/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt1 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/isis_tilfa_topo1/rt2/isisd.conf b/tests/topotests/isis_tilfa_topo1/rt2/isisd.conf index 1a756e2c72..f971c658d4 100644 --- a/tests/topotests/isis_tilfa_topo1/rt2/isisd.conf +++ b/tests/topotests/isis_tilfa_topo1/rt2/isisd.conf @@ -1,11 +1,11 @@ hostname rt2 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_tilfa_topo1/rt2/zebra.conf b/tests/topotests/isis_tilfa_topo1/rt2/zebra.conf index dcb0686dc2..f9ac098f4f 100644 --- a/tests/topotests/isis_tilfa_topo1/rt2/zebra.conf +++ b/tests/topotests/isis_tilfa_topo1/rt2/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt2 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/isis_tilfa_topo1/rt3/isisd.conf b/tests/topotests/isis_tilfa_topo1/rt3/isisd.conf index 986bf2804a..64f091cfed 100644 --- a/tests/topotests/isis_tilfa_topo1/rt3/isisd.conf +++ b/tests/topotests/isis_tilfa_topo1/rt3/isisd.conf @@ -1,11 +1,11 @@ hostname rt3 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_tilfa_topo1/rt3/zebra.conf b/tests/topotests/isis_tilfa_topo1/rt3/zebra.conf index 3254529386..441c9a3aca 100644 --- a/tests/topotests/isis_tilfa_topo1/rt3/zebra.conf +++ b/tests/topotests/isis_tilfa_topo1/rt3/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt3 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/isis_tilfa_topo1/rt4/isisd.conf b/tests/topotests/isis_tilfa_topo1/rt4/isisd.conf index 7d411069d1..9223852f79 100644 --- a/tests/topotests/isis_tilfa_topo1/rt4/isisd.conf +++ b/tests/topotests/isis_tilfa_topo1/rt4/isisd.conf @@ -1,11 +1,11 @@ hostname rt4 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_tilfa_topo1/rt4/zebra.conf b/tests/topotests/isis_tilfa_topo1/rt4/zebra.conf index 4945897e9d..a2569aa51f 100644 --- a/tests/topotests/isis_tilfa_topo1/rt4/zebra.conf +++ b/tests/topotests/isis_tilfa_topo1/rt4/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt4 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 4.4.4.4/32 diff --git a/tests/topotests/isis_tilfa_topo1/rt5/isisd.conf b/tests/topotests/isis_tilfa_topo1/rt5/isisd.conf index be52eb0322..a08534cf30 100644 --- a/tests/topotests/isis_tilfa_topo1/rt5/isisd.conf +++ b/tests/topotests/isis_tilfa_topo1/rt5/isisd.conf @@ -1,11 +1,11 @@ hostname rt5 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_tilfa_topo1/rt5/zebra.conf b/tests/topotests/isis_tilfa_topo1/rt5/zebra.conf index 4cfea1a59f..f62cc8ffd3 100644 --- a/tests/topotests/isis_tilfa_topo1/rt5/zebra.conf +++ b/tests/topotests/isis_tilfa_topo1/rt5/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt5 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 5.5.5.5/32 diff --git a/tests/topotests/isis_tilfa_topo1/rt6/isisd.conf b/tests/topotests/isis_tilfa_topo1/rt6/isisd.conf index db47622a10..d92f822b8d 100644 --- a/tests/topotests/isis_tilfa_topo1/rt6/isisd.conf +++ b/tests/topotests/isis_tilfa_topo1/rt6/isisd.conf @@ -1,11 +1,11 @@ hostname rt6 log file isisd.log ! -debug isis events -debug isis route-events -debug isis spf-events -debug isis sr-events -debug isis lsp-gen +! debug isis events +! debug isis route-events +! debug isis spf-events +! debug isis sr-events +! debug isis lsp-gen ! interface lo ip router isis 1 diff --git a/tests/topotests/isis_tilfa_topo1/rt6/zebra.conf b/tests/topotests/isis_tilfa_topo1/rt6/zebra.conf index 6084010a93..4d51d3df84 100644 --- a/tests/topotests/isis_tilfa_topo1/rt6/zebra.conf +++ b/tests/topotests/isis_tilfa_topo1/rt6/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt6 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 6.6.6.6/32 diff --git a/tests/topotests/isis_topo1/r1/isisd.conf b/tests/topotests/isis_topo1/r1/isisd.conf index 4e3761e5a1..9c1bfffdfb 100644 --- a/tests/topotests/isis_topo1/r1/isisd.conf +++ b/tests/topotests/isis_topo1/r1/isisd.conf @@ -1,7 +1,7 @@ hostname r1 -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets interface r1-eth0 ip router isis 1 isis hello-interval 2 diff --git a/tests/topotests/isis_topo1/r2/isisd.conf b/tests/topotests/isis_topo1/r2/isisd.conf index 14db0940ec..e8b578939b 100644 --- a/tests/topotests/isis_topo1/r2/isisd.conf +++ b/tests/topotests/isis_topo1/r2/isisd.conf @@ -1,7 +1,7 @@ hostname r2 -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets interface r2-eth0 ip router isis 1 isis hello-interval 2 diff --git a/tests/topotests/isis_topo1/r3/isisd.conf b/tests/topotests/isis_topo1/r3/isisd.conf index 6f36c0fa36..47bfc5359c 100644 --- a/tests/topotests/isis_topo1/r3/isisd.conf +++ b/tests/topotests/isis_topo1/r3/isisd.conf @@ -1,7 +1,7 @@ hostname r3 -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets interface r3-eth0 ip router isis 1 isis hello-interval 2 diff --git a/tests/topotests/isis_topo1/r4/isisd.conf b/tests/topotests/isis_topo1/r4/isisd.conf index 502e035f50..50c876db92 100644 --- a/tests/topotests/isis_topo1/r4/isisd.conf +++ b/tests/topotests/isis_topo1/r4/isisd.conf @@ -1,7 +1,7 @@ hostname r4 -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets interface r4-eth0 ip router isis 1 isis hello-interval 2 diff --git a/tests/topotests/isis_topo1/r5/isisd.conf b/tests/topotests/isis_topo1/r5/isisd.conf index 42493a4991..e0e9200d62 100644 --- a/tests/topotests/isis_topo1/r5/isisd.conf +++ b/tests/topotests/isis_topo1/r5/isisd.conf @@ -1,7 +1,7 @@ hostname r5 -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets interface r5-eth0 ip router isis 1 isis hello-interval 2 diff --git a/tests/topotests/isis_topo1_vrf/r1/isisd.conf b/tests/topotests/isis_topo1_vrf/r1/isisd.conf index 5fb4c14d0b..0e8e490c94 100755 --- a/tests/topotests/isis_topo1_vrf/r1/isisd.conf +++ b/tests/topotests/isis_topo1_vrf/r1/isisd.conf @@ -1,7 +1,7 @@ hostname r1 -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets interface r1-eth0 ip router isis 1 vrf r1-cust1 ipv6 router isis 1 vrf r1-cust1 diff --git a/tests/topotests/isis_topo1_vrf/r2/isisd.conf b/tests/topotests/isis_topo1_vrf/r2/isisd.conf index 0d2bc7ab72..1e9bb9fb7f 100755 --- a/tests/topotests/isis_topo1_vrf/r2/isisd.conf +++ b/tests/topotests/isis_topo1_vrf/r2/isisd.conf @@ -1,7 +1,7 @@ hostname r2 -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets interface r2-eth0 ip router isis 1 vrf r2-cust1 ipv6 router isis 1 vrf r2-cust1 diff --git a/tests/topotests/isis_topo1_vrf/r3/isisd.conf b/tests/topotests/isis_topo1_vrf/r3/isisd.conf index 66092407ab..93a33f6db2 100755 --- a/tests/topotests/isis_topo1_vrf/r3/isisd.conf +++ b/tests/topotests/isis_topo1_vrf/r3/isisd.conf @@ -1,7 +1,7 @@ hostname r3 -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets interface r3-eth0 ip router isis 1 vrf r3-cust1 ipv6 router isis 1 vrf r3-cust1 diff --git a/tests/topotests/isis_topo1_vrf/r4/isisd.conf b/tests/topotests/isis_topo1_vrf/r4/isisd.conf index 05815e8418..b8c0b77f44 100755 --- a/tests/topotests/isis_topo1_vrf/r4/isisd.conf +++ b/tests/topotests/isis_topo1_vrf/r4/isisd.conf @@ -1,9 +1,9 @@ hostname r4 -debug isis adj-packets -debug isis events -debug isis update-packets -debug isis lsp-gen -debug isis lsp-sched +! debug isis adj-packets +! debug isis events +! debug isis update-packets +! debug isis lsp-gen +! debug isis lsp-sched interface r4-eth0 ip router isis 1 vrf r4-cust1 diff --git a/tests/topotests/isis_topo1_vrf/r5/isisd.conf b/tests/topotests/isis_topo1_vrf/r5/isisd.conf index f663c33fe9..e6febd5dea 100755 --- a/tests/topotests/isis_topo1_vrf/r5/isisd.conf +++ b/tests/topotests/isis_topo1_vrf/r5/isisd.conf @@ -1,7 +1,7 @@ hostname r5 -debug isis adj-packets -debug isis events -debug isis update-packets +! debug isis adj-packets +! debug isis events +! debug isis update-packets interface r5-eth0 ip router isis 1 vrf r5-cust1 ipv6 router isis 1 vrf r5-cust1 diff --git a/tests/topotests/ldp_oc_acl_topo1/r1/ldpd.conf b/tests/topotests/ldp_oc_acl_topo1/r1/ldpd.conf index 85bb970fdf..4d5fe38cf1 100644 --- a/tests/topotests/ldp_oc_acl_topo1/r1/ldpd.conf +++ b/tests/topotests/ldp_oc_acl_topo1/r1/ldpd.conf @@ -1,13 +1,13 @@ hostname r1 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 1.1.1.1 diff --git a/tests/topotests/ldp_oc_acl_topo1/r2/ldpd.conf b/tests/topotests/ldp_oc_acl_topo1/r2/ldpd.conf index e1a552c701..175d3d0cee 100644 --- a/tests/topotests/ldp_oc_acl_topo1/r2/ldpd.conf +++ b/tests/topotests/ldp_oc_acl_topo1/r2/ldpd.conf @@ -1,13 +1,13 @@ hostname r2 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 2.2.2.2 diff --git a/tests/topotests/ldp_oc_acl_topo1/r3/ldpd.conf b/tests/topotests/ldp_oc_acl_topo1/r3/ldpd.conf index 4e66b140ac..81bd25ac6b 100644 --- a/tests/topotests/ldp_oc_acl_topo1/r3/ldpd.conf +++ b/tests/topotests/ldp_oc_acl_topo1/r3/ldpd.conf @@ -1,13 +1,13 @@ hostname r3 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 3.3.3.3 diff --git a/tests/topotests/ldp_oc_acl_topo1/r4/ldpd.conf b/tests/topotests/ldp_oc_acl_topo1/r4/ldpd.conf index 6b7d28f983..9f66d7ba45 100644 --- a/tests/topotests/ldp_oc_acl_topo1/r4/ldpd.conf +++ b/tests/topotests/ldp_oc_acl_topo1/r4/ldpd.conf @@ -1,13 +1,13 @@ hostname r4 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 4.4.4.4 diff --git a/tests/topotests/ldp_oc_topo1/r1/ldpd.conf b/tests/topotests/ldp_oc_topo1/r1/ldpd.conf index 2a8e023832..fdb9e628b3 100644 --- a/tests/topotests/ldp_oc_topo1/r1/ldpd.conf +++ b/tests/topotests/ldp_oc_topo1/r1/ldpd.conf @@ -1,13 +1,13 @@ hostname r1 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 1.1.1.1 diff --git a/tests/topotests/ldp_oc_topo1/r2/ldpd.conf b/tests/topotests/ldp_oc_topo1/r2/ldpd.conf index e1a552c701..175d3d0cee 100644 --- a/tests/topotests/ldp_oc_topo1/r2/ldpd.conf +++ b/tests/topotests/ldp_oc_topo1/r2/ldpd.conf @@ -1,13 +1,13 @@ hostname r2 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 2.2.2.2 diff --git a/tests/topotests/ldp_oc_topo1/r3/ldpd.conf b/tests/topotests/ldp_oc_topo1/r3/ldpd.conf index 4e66b140ac..81bd25ac6b 100644 --- a/tests/topotests/ldp_oc_topo1/r3/ldpd.conf +++ b/tests/topotests/ldp_oc_topo1/r3/ldpd.conf @@ -1,13 +1,13 @@ hostname r3 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 3.3.3.3 diff --git a/tests/topotests/ldp_oc_topo1/r4/ldpd.conf b/tests/topotests/ldp_oc_topo1/r4/ldpd.conf index 6b7d28f983..9f66d7ba45 100644 --- a/tests/topotests/ldp_oc_topo1/r4/ldpd.conf +++ b/tests/topotests/ldp_oc_topo1/r4/ldpd.conf @@ -1,13 +1,13 @@ hostname r4 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 4.4.4.4 diff --git a/tests/topotests/ldp_snmp/r1/isisd.conf b/tests/topotests/ldp_snmp/r1/isisd.conf index da2970d94e..d1abb497a6 100644 --- a/tests/topotests/ldp_snmp/r1/isisd.conf +++ b/tests/topotests/ldp_snmp/r1/isisd.conf @@ -1,9 +1,9 @@ hostname r1 log file isisd.log -debug isis adj-packets -debug isis events -debug isis update-packets -debug isis ldp-sync +! debug isis adj-packets +! debug isis events +! debug isis update-packets +! debug isis ldp-sync ! router isis 1 lsp-gen-interval 2 diff --git a/tests/topotests/ldp_snmp/r1/ldpd.conf b/tests/topotests/ldp_snmp/r1/ldpd.conf index 01fc039b09..c13135ff90 100644 --- a/tests/topotests/ldp_snmp/r1/ldpd.conf +++ b/tests/topotests/ldp_snmp/r1/ldpd.conf @@ -1,10 +1,10 @@ hostname r1 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync ! mpls ldp router-id 1.1.1.1 diff --git a/tests/topotests/ldp_snmp/r1/zebra.conf b/tests/topotests/ldp_snmp/r1/zebra.conf index ea047355ad..bbb98d22fa 100644 --- a/tests/topotests/ldp_snmp/r1/zebra.conf +++ b/tests/topotests/ldp_snmp/r1/zebra.conf @@ -2,12 +2,12 @@ log file zebra.log ! hostname r1 ! -debug zebra kernel -debug zebra rib detailed -debug zebra dplane detailed -debug zebra nht -debug zebra pseudowires -debug zebra mpls +! debug zebra kernel +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra nht +! debug zebra pseudowires +! debug zebra mpls ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/ldp_snmp/r2/isisd.conf b/tests/topotests/ldp_snmp/r2/isisd.conf index b29a2b93ee..213b65ee4c 100644 --- a/tests/topotests/ldp_snmp/r2/isisd.conf +++ b/tests/topotests/ldp_snmp/r2/isisd.conf @@ -1,9 +1,9 @@ hostname r2 log file isisd.log -debug isis adj-packets -debug isis events -debug isis update-packets -debug isis ldp-sync +! debug isis adj-packets +! debug isis events +! debug isis update-packets +! debug isis ldp-sync ! router isis 1 lsp-gen-interval 2 diff --git a/tests/topotests/ldp_snmp/r2/ldpd.conf b/tests/topotests/ldp_snmp/r2/ldpd.conf index c93e1a6ac5..fdb76ed3c0 100644 --- a/tests/topotests/ldp_snmp/r2/ldpd.conf +++ b/tests/topotests/ldp_snmp/r2/ldpd.conf @@ -1,10 +1,10 @@ hostname r2 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync ! mpls ldp router-id 2.2.2.2 diff --git a/tests/topotests/ldp_snmp/r2/ospfd.conf b/tests/topotests/ldp_snmp/r2/ospfd.conf index f93f6aed56..50c593cb58 100644 --- a/tests/topotests/ldp_snmp/r2/ospfd.conf +++ b/tests/topotests/ldp_snmp/r2/ospfd.conf @@ -1,7 +1,7 @@ hostname r2 log file ospfd.log -debug ospf zebra interface -debug ospf ldp-sync +! debug ospf zebra interface +! debug ospf ldp-sync ! router ospf router-id 2.2.2.2 diff --git a/tests/topotests/ldp_snmp/r2/zebra.conf b/tests/topotests/ldp_snmp/r2/zebra.conf index c244442876..c79b210f11 100644 --- a/tests/topotests/ldp_snmp/r2/zebra.conf +++ b/tests/topotests/ldp_snmp/r2/zebra.conf @@ -2,11 +2,11 @@ log file zebra.log ! hostname r2 ! -debug zebra rib detailed -debug zebra dplane detailed -debug zebra kernel -debug zebra nht -debug zebra pseudowires +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra kernel +! debug zebra nht +! debug zebra pseudowires ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/ldp_snmp/r3/isisd.conf b/tests/topotests/ldp_snmp/r3/isisd.conf index 4c8499f23d..956d58239b 100644 --- a/tests/topotests/ldp_snmp/r3/isisd.conf +++ b/tests/topotests/ldp_snmp/r3/isisd.conf @@ -1,9 +1,9 @@ hostname r3 log file isisd.log -debug isis adj-packets -debug isis events -debug isis update-packets -debug isis ldp-sync +! debug isis adj-packets +! debug isis events +! debug isis update-packets +! debug isis ldp-sync ! router isis 1 lsp-gen-interval 2 diff --git a/tests/topotests/ldp_snmp/r3/ldpd.conf b/tests/topotests/ldp_snmp/r3/ldpd.conf index b7eeb258f1..d1a928bf45 100644 --- a/tests/topotests/ldp_snmp/r3/ldpd.conf +++ b/tests/topotests/ldp_snmp/r3/ldpd.conf @@ -1,10 +1,10 @@ hostname r3 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync ! mpls ldp router-id 3.3.3.3 diff --git a/tests/topotests/ldp_snmp/r3/zebra.conf b/tests/topotests/ldp_snmp/r3/zebra.conf index b1919bd296..45929acb21 100644 --- a/tests/topotests/ldp_snmp/r3/zebra.conf +++ b/tests/topotests/ldp_snmp/r3/zebra.conf @@ -2,11 +2,11 @@ log file zebra.log ! hostname r3 ! -debug zebra rib detailed -debug zebra dplane detailed -debug zebra kernel -debug zebra nht -debug zebra pseudowires +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra kernel +! debug zebra nht +! debug zebra pseudowires ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/ldp_sync_isis_topo1/r1/isisd.conf b/tests/topotests/ldp_sync_isis_topo1/r1/isisd.conf index da2970d94e..d1abb497a6 100644 --- a/tests/topotests/ldp_sync_isis_topo1/r1/isisd.conf +++ b/tests/topotests/ldp_sync_isis_topo1/r1/isisd.conf @@ -1,9 +1,9 @@ hostname r1 log file isisd.log -debug isis adj-packets -debug isis events -debug isis update-packets -debug isis ldp-sync +! debug isis adj-packets +! debug isis events +! debug isis update-packets +! debug isis ldp-sync ! router isis 1 lsp-gen-interval 2 diff --git a/tests/topotests/ldp_sync_isis_topo1/r1/ldpd.conf b/tests/topotests/ldp_sync_isis_topo1/r1/ldpd.conf index b9c32d3000..973acf4356 100644 --- a/tests/topotests/ldp_sync_isis_topo1/r1/ldpd.conf +++ b/tests/topotests/ldp_sync_isis_topo1/r1/ldpd.conf @@ -1,10 +1,10 @@ hostname r1 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync ! mpls ldp router-id 1.1.1.1 diff --git a/tests/topotests/ldp_sync_isis_topo1/r1/zebra.conf b/tests/topotests/ldp_sync_isis_topo1/r1/zebra.conf index ea047355ad..bbb98d22fa 100644 --- a/tests/topotests/ldp_sync_isis_topo1/r1/zebra.conf +++ b/tests/topotests/ldp_sync_isis_topo1/r1/zebra.conf @@ -2,12 +2,12 @@ log file zebra.log ! hostname r1 ! -debug zebra kernel -debug zebra rib detailed -debug zebra dplane detailed -debug zebra nht -debug zebra pseudowires -debug zebra mpls +! debug zebra kernel +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra nht +! debug zebra pseudowires +! debug zebra mpls ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/ldp_sync_isis_topo1/r2/isisd.conf b/tests/topotests/ldp_sync_isis_topo1/r2/isisd.conf index b29a2b93ee..213b65ee4c 100644 --- a/tests/topotests/ldp_sync_isis_topo1/r2/isisd.conf +++ b/tests/topotests/ldp_sync_isis_topo1/r2/isisd.conf @@ -1,9 +1,9 @@ hostname r2 log file isisd.log -debug isis adj-packets -debug isis events -debug isis update-packets -debug isis ldp-sync +! debug isis adj-packets +! debug isis events +! debug isis update-packets +! debug isis ldp-sync ! router isis 1 lsp-gen-interval 2 diff --git a/tests/topotests/ldp_sync_isis_topo1/r2/ldpd.conf b/tests/topotests/ldp_sync_isis_topo1/r2/ldpd.conf index 52398b1b72..e738ff9917 100644 --- a/tests/topotests/ldp_sync_isis_topo1/r2/ldpd.conf +++ b/tests/topotests/ldp_sync_isis_topo1/r2/ldpd.conf @@ -1,10 +1,10 @@ hostname r2 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync ! mpls ldp router-id 2.2.2.2 diff --git a/tests/topotests/ldp_sync_isis_topo1/r2/zebra.conf b/tests/topotests/ldp_sync_isis_topo1/r2/zebra.conf index c244442876..c79b210f11 100644 --- a/tests/topotests/ldp_sync_isis_topo1/r2/zebra.conf +++ b/tests/topotests/ldp_sync_isis_topo1/r2/zebra.conf @@ -2,11 +2,11 @@ log file zebra.log ! hostname r2 ! -debug zebra rib detailed -debug zebra dplane detailed -debug zebra kernel -debug zebra nht -debug zebra pseudowires +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra kernel +! debug zebra nht +! debug zebra pseudowires ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/ldp_sync_isis_topo1/r3/isisd.conf b/tests/topotests/ldp_sync_isis_topo1/r3/isisd.conf index 4c8499f23d..956d58239b 100644 --- a/tests/topotests/ldp_sync_isis_topo1/r3/isisd.conf +++ b/tests/topotests/ldp_sync_isis_topo1/r3/isisd.conf @@ -1,9 +1,9 @@ hostname r3 log file isisd.log -debug isis adj-packets -debug isis events -debug isis update-packets -debug isis ldp-sync +! debug isis adj-packets +! debug isis events +! debug isis update-packets +! debug isis ldp-sync ! router isis 1 lsp-gen-interval 2 diff --git a/tests/topotests/ldp_sync_isis_topo1/r3/ldpd.conf b/tests/topotests/ldp_sync_isis_topo1/r3/ldpd.conf index 2935caf13b..fae25e0710 100644 --- a/tests/topotests/ldp_sync_isis_topo1/r3/ldpd.conf +++ b/tests/topotests/ldp_sync_isis_topo1/r3/ldpd.conf @@ -1,10 +1,10 @@ hostname r3 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync ! mpls ldp router-id 3.3.3.3 diff --git a/tests/topotests/ldp_sync_isis_topo1/r3/zebra.conf b/tests/topotests/ldp_sync_isis_topo1/r3/zebra.conf index b1919bd296..45929acb21 100644 --- a/tests/topotests/ldp_sync_isis_topo1/r3/zebra.conf +++ b/tests/topotests/ldp_sync_isis_topo1/r3/zebra.conf @@ -2,11 +2,11 @@ log file zebra.log ! hostname r3 ! -debug zebra rib detailed -debug zebra dplane detailed -debug zebra kernel -debug zebra nht -debug zebra pseudowires +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra kernel +! debug zebra nht +! debug zebra pseudowires ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/ldp_sync_ospf_topo1/r1/ldpd.conf b/tests/topotests/ldp_sync_ospf_topo1/r1/ldpd.conf index b9c32d3000..973acf4356 100644 --- a/tests/topotests/ldp_sync_ospf_topo1/r1/ldpd.conf +++ b/tests/topotests/ldp_sync_ospf_topo1/r1/ldpd.conf @@ -1,10 +1,10 @@ hostname r1 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync ! mpls ldp router-id 1.1.1.1 diff --git a/tests/topotests/ldp_sync_ospf_topo1/r1/ospfd.conf b/tests/topotests/ldp_sync_ospf_topo1/r1/ospfd.conf index eefcd1e71c..dc201695f4 100644 --- a/tests/topotests/ldp_sync_ospf_topo1/r1/ospfd.conf +++ b/tests/topotests/ldp_sync_ospf_topo1/r1/ospfd.conf @@ -1,7 +1,7 @@ hostname r1 log file ospfd.log -debug ospf zebra interface -debug ospf ldp-sync +! debug ospf zebra interface +! debug ospf ldp-sync ! router ospf router-id 1.1.1.1 diff --git a/tests/topotests/ldp_sync_ospf_topo1/r1/zebra.conf b/tests/topotests/ldp_sync_ospf_topo1/r1/zebra.conf index ea047355ad..bbb98d22fa 100644 --- a/tests/topotests/ldp_sync_ospf_topo1/r1/zebra.conf +++ b/tests/topotests/ldp_sync_ospf_topo1/r1/zebra.conf @@ -2,12 +2,12 @@ log file zebra.log ! hostname r1 ! -debug zebra kernel -debug zebra rib detailed -debug zebra dplane detailed -debug zebra nht -debug zebra pseudowires -debug zebra mpls +! debug zebra kernel +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra nht +! debug zebra pseudowires +! debug zebra mpls ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/ldp_sync_ospf_topo1/r2/ldpd.conf b/tests/topotests/ldp_sync_ospf_topo1/r2/ldpd.conf index 52398b1b72..e738ff9917 100644 --- a/tests/topotests/ldp_sync_ospf_topo1/r2/ldpd.conf +++ b/tests/topotests/ldp_sync_ospf_topo1/r2/ldpd.conf @@ -1,10 +1,10 @@ hostname r2 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync ! mpls ldp router-id 2.2.2.2 diff --git a/tests/topotests/ldp_sync_ospf_topo1/r2/ospfd.conf b/tests/topotests/ldp_sync_ospf_topo1/r2/ospfd.conf index f93f6aed56..50c593cb58 100644 --- a/tests/topotests/ldp_sync_ospf_topo1/r2/ospfd.conf +++ b/tests/topotests/ldp_sync_ospf_topo1/r2/ospfd.conf @@ -1,7 +1,7 @@ hostname r2 log file ospfd.log -debug ospf zebra interface -debug ospf ldp-sync +! debug ospf zebra interface +! debug ospf ldp-sync ! router ospf router-id 2.2.2.2 diff --git a/tests/topotests/ldp_sync_ospf_topo1/r2/zebra.conf b/tests/topotests/ldp_sync_ospf_topo1/r2/zebra.conf index c244442876..c79b210f11 100644 --- a/tests/topotests/ldp_sync_ospf_topo1/r2/zebra.conf +++ b/tests/topotests/ldp_sync_ospf_topo1/r2/zebra.conf @@ -2,11 +2,11 @@ log file zebra.log ! hostname r2 ! -debug zebra rib detailed -debug zebra dplane detailed -debug zebra kernel -debug zebra nht -debug zebra pseudowires +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra kernel +! debug zebra nht +! debug zebra pseudowires ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/ldp_sync_ospf_topo1/r3/ldpd.conf b/tests/topotests/ldp_sync_ospf_topo1/r3/ldpd.conf index 2935caf13b..fae25e0710 100644 --- a/tests/topotests/ldp_sync_ospf_topo1/r3/ldpd.conf +++ b/tests/topotests/ldp_sync_ospf_topo1/r3/ldpd.conf @@ -1,10 +1,10 @@ hostname r3 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp sync +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp sync ! mpls ldp router-id 3.3.3.3 diff --git a/tests/topotests/ldp_sync_ospf_topo1/r3/ospfd.conf b/tests/topotests/ldp_sync_ospf_topo1/r3/ospfd.conf index 09eea759ad..b641fd8713 100644 --- a/tests/topotests/ldp_sync_ospf_topo1/r3/ospfd.conf +++ b/tests/topotests/ldp_sync_ospf_topo1/r3/ospfd.conf @@ -1,7 +1,7 @@ hostname r3 log file ospfd.log -debug ospf zebra interface -debug ospf ldp-sync +! debug ospf zebra interface +! debug ospf ldp-sync ! router ospf router-id 3.3.3.3 diff --git a/tests/topotests/ldp_sync_ospf_topo1/r3/zebra.conf b/tests/topotests/ldp_sync_ospf_topo1/r3/zebra.conf index b1919bd296..45929acb21 100644 --- a/tests/topotests/ldp_sync_ospf_topo1/r3/zebra.conf +++ b/tests/topotests/ldp_sync_ospf_topo1/r3/zebra.conf @@ -2,11 +2,11 @@ log file zebra.log ! hostname r3 ! -debug zebra rib detailed -debug zebra dplane detailed -debug zebra kernel -debug zebra nht -debug zebra pseudowires +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra kernel +! debug zebra nht +! debug zebra pseudowires ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/ldp_topo1/r1/ldpd.conf b/tests/topotests/ldp_topo1/r1/ldpd.conf index 3c6cbddc2a..f7f2714dae 100644 --- a/tests/topotests/ldp_topo1/r1/ldpd.conf +++ b/tests/topotests/ldp_topo1/r1/ldpd.conf @@ -1,13 +1,13 @@ hostname r1 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 1.1.1.1 diff --git a/tests/topotests/ldp_topo1/r2/ldpd.conf b/tests/topotests/ldp_topo1/r2/ldpd.conf index bfdef21b75..c4056e01a8 100644 --- a/tests/topotests/ldp_topo1/r2/ldpd.conf +++ b/tests/topotests/ldp_topo1/r2/ldpd.conf @@ -1,13 +1,13 @@ hostname r2 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 2.2.2.2 diff --git a/tests/topotests/ldp_topo1/r3/ldpd.conf b/tests/topotests/ldp_topo1/r3/ldpd.conf index dbf1d72b5f..48956cb996 100644 --- a/tests/topotests/ldp_topo1/r3/ldpd.conf +++ b/tests/topotests/ldp_topo1/r3/ldpd.conf @@ -1,13 +1,13 @@ hostname r3 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 3.3.3.3 diff --git a/tests/topotests/ldp_topo1/r4/ldpd.conf b/tests/topotests/ldp_topo1/r4/ldpd.conf index 8f3533527d..1d04aa07e7 100644 --- a/tests/topotests/ldp_topo1/r4/ldpd.conf +++ b/tests/topotests/ldp_topo1/r4/ldpd.conf @@ -1,13 +1,13 @@ hostname r4 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 4.4.4.4 diff --git a/tests/topotests/ldp_vpls_topo1/r1/ldpd.conf b/tests/topotests/ldp_vpls_topo1/r1/ldpd.conf index a1c0c822d6..594ec5a58f 100644 --- a/tests/topotests/ldp_vpls_topo1/r1/ldpd.conf +++ b/tests/topotests/ldp_vpls_topo1/r1/ldpd.conf @@ -1,13 +1,13 @@ hostname r1 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 1.1.1.1 diff --git a/tests/topotests/ldp_vpls_topo1/r1/zebra.conf b/tests/topotests/ldp_vpls_topo1/r1/zebra.conf index ea047355ad..bbb98d22fa 100644 --- a/tests/topotests/ldp_vpls_topo1/r1/zebra.conf +++ b/tests/topotests/ldp_vpls_topo1/r1/zebra.conf @@ -2,12 +2,12 @@ log file zebra.log ! hostname r1 ! -debug zebra kernel -debug zebra rib detailed -debug zebra dplane detailed -debug zebra nht -debug zebra pseudowires -debug zebra mpls +! debug zebra kernel +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra nht +! debug zebra pseudowires +! debug zebra mpls ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/ldp_vpls_topo1/r2/ldpd.conf b/tests/topotests/ldp_vpls_topo1/r2/ldpd.conf index 06e5973040..ffb4f0974a 100644 --- a/tests/topotests/ldp_vpls_topo1/r2/ldpd.conf +++ b/tests/topotests/ldp_vpls_topo1/r2/ldpd.conf @@ -1,13 +1,13 @@ hostname r2 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 2.2.2.2 diff --git a/tests/topotests/ldp_vpls_topo1/r2/zebra.conf b/tests/topotests/ldp_vpls_topo1/r2/zebra.conf index c244442876..c79b210f11 100644 --- a/tests/topotests/ldp_vpls_topo1/r2/zebra.conf +++ b/tests/topotests/ldp_vpls_topo1/r2/zebra.conf @@ -2,11 +2,11 @@ log file zebra.log ! hostname r2 ! -debug zebra rib detailed -debug zebra dplane detailed -debug zebra kernel -debug zebra nht -debug zebra pseudowires +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra kernel +! debug zebra nht +! debug zebra pseudowires ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/ldp_vpls_topo1/r3/ldpd.conf b/tests/topotests/ldp_vpls_topo1/r3/ldpd.conf index 57a203bce3..c95471ffd8 100644 --- a/tests/topotests/ldp_vpls_topo1/r3/ldpd.conf +++ b/tests/topotests/ldp_vpls_topo1/r3/ldpd.conf @@ -1,13 +1,13 @@ hostname r3 log file ldpd.log ! -debug mpls ldp zebra -debug mpls ldp event -debug mpls ldp errors -debug mpls ldp messages recv -debug mpls ldp messages sent -debug mpls ldp discovery hello recv -debug mpls ldp discovery hello sent +! debug mpls ldp zebra +! debug mpls ldp event +! debug mpls ldp errors +! debug mpls ldp messages recv +! debug mpls ldp messages sent +! debug mpls ldp discovery hello recv +! debug mpls ldp discovery hello sent ! mpls ldp router-id 3.3.3.3 diff --git a/tests/topotests/ldp_vpls_topo1/r3/zebra.conf b/tests/topotests/ldp_vpls_topo1/r3/zebra.conf index 6b1eaa2ca0..bcc0d8d2be 100644 --- a/tests/topotests/ldp_vpls_topo1/r3/zebra.conf +++ b/tests/topotests/ldp_vpls_topo1/r3/zebra.conf @@ -2,11 +2,11 @@ log file zebra.log ! hostname r3 ! -debug zebra rib detailed -debug zebra dplane detailed -debug zebra kernel -debug zebra nht -debug zebra pseudowires +! debug zebra rib detailed +! debug zebra dplane detailed +! debug zebra kernel +! debug zebra nht +! debug zebra pseudowires ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/msdp_topo1/r1/pimd.conf b/tests/topotests/msdp_topo1/r1/pimd.conf index 4274315271..5bb268ebef 100644 --- a/tests/topotests/msdp_topo1/r1/pimd.conf +++ b/tests/topotests/msdp_topo1/r1/pimd.conf @@ -1,5 +1,5 @@ -debug pim -debug pim zebra +! debug pim +! debug pim zebra ! interface lo ip pim diff --git a/tests/topotests/msdp_topo1/r2/pimd.conf b/tests/topotests/msdp_topo1/r2/pimd.conf index a4a69bf05c..733bd6f2f1 100644 --- a/tests/topotests/msdp_topo1/r2/pimd.conf +++ b/tests/topotests/msdp_topo1/r2/pimd.conf @@ -1,5 +1,5 @@ -debug pim -debug pim zebra +! debug pim +! debug pim zebra ! interface lo ip pim diff --git a/tests/topotests/msdp_topo1/r3/pimd.conf b/tests/topotests/msdp_topo1/r3/pimd.conf index db94447c76..47987c0aa8 100644 --- a/tests/topotests/msdp_topo1/r3/pimd.conf +++ b/tests/topotests/msdp_topo1/r3/pimd.conf @@ -1,5 +1,5 @@ -debug pim -debug pim zebra +! debug pim +! debug pim zebra ! interface lo ip pim diff --git a/tests/topotests/msdp_topo1/r4/pimd.conf b/tests/topotests/msdp_topo1/r4/pimd.conf index e9bb59054c..28085913fb 100644 --- a/tests/topotests/msdp_topo1/r4/pimd.conf +++ b/tests/topotests/msdp_topo1/r4/pimd.conf @@ -1,5 +1,5 @@ -debug pim -debug pim zebra +! debug pim +! debug pim zebra ! interface lo ip pim diff --git a/tests/topotests/nhrp_topo/r1/nhrpd.conf b/tests/topotests/nhrp_topo/r1/nhrpd.conf index 04114bdbe6..e5224e4aab 100644 --- a/tests/topotests/nhrp_topo/r1/nhrpd.conf +++ b/tests/topotests/nhrp_topo/r1/nhrpd.conf @@ -1,5 +1,5 @@ log stdout debugging -debug nhrp all +! debug nhrp all interface r1-gre0 ip nhrp holdtime 500 ip nhrp shortcut diff --git a/tests/topotests/nhrp_topo/r2/nhrpd.conf b/tests/topotests/nhrp_topo/r2/nhrpd.conf index e4f6fb7445..f9185f9a63 100644 --- a/tests/topotests/nhrp_topo/r2/nhrpd.conf +++ b/tests/topotests/nhrp_topo/r2/nhrpd.conf @@ -1,4 +1,4 @@ -debug nhrp all +! debug nhrp all log stdout debugging nhrp nflog-group 1 interface r2-gre0 diff --git a/tests/topotests/nhrp_topo/r3/zebra.conf b/tests/topotests/nhrp_topo/r3/zebra.conf index 6d3d267978..e77f955225 100644 --- a/tests/topotests/nhrp_topo/r3/zebra.conf +++ b/tests/topotests/nhrp_topo/r3/zebra.conf @@ -1,7 +1,7 @@ -debug zebra kernel -debug zebra rib -debug zebra events -debug zebra packet +! debug zebra kernel +! debug zebra rib +! debug zebra events +! debug zebra packet ip forwarding interface r3-eth0 ip address 10.1.1.3/24 diff --git a/tests/topotests/ospf6_gr_topo1/rt1/ospf6d.conf b/tests/topotests/ospf6_gr_topo1/rt1/ospf6d.conf index 9e2ad298a3..8a9b4eb124 100644 --- a/tests/topotests/ospf6_gr_topo1/rt1/ospf6d.conf +++ b/tests/topotests/ospf6_gr_topo1/rt1/ospf6d.conf @@ -3,14 +3,14 @@ hostname rt1 log file ospf6d.log log commands ! -debug ospf6 lsa router originate -debug ospf6 lsa router flooding -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 flooding -debug ospf6 graceful-restart -debug ospf6 spf process +! debug ospf6 lsa router originate +! debug ospf6 lsa router flooding +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 flooding +! debug ospf6 graceful-restart +! debug ospf6 spf process ! interface lo ipv6 ospf area 1 diff --git a/tests/topotests/ospf6_gr_topo1/rt1/zebra.conf b/tests/topotests/ospf6_gr_topo1/rt1/zebra.conf index f29f5b73fb..01ecd647b5 100644 --- a/tests/topotests/ospf6_gr_topo1/rt1/zebra.conf +++ b/tests/topotests/ospf6_gr_topo1/rt1/zebra.conf @@ -3,10 +3,10 @@ hostname rt1 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/ospf6_gr_topo1/rt2/ospf6d.conf b/tests/topotests/ospf6_gr_topo1/rt2/ospf6d.conf index cfa8758344..bcce341f51 100644 --- a/tests/topotests/ospf6_gr_topo1/rt2/ospf6d.conf +++ b/tests/topotests/ospf6_gr_topo1/rt2/ospf6d.conf @@ -3,14 +3,14 @@ hostname rt2 log file ospf6d.log log commands ! -debug ospf6 lsa router originate -debug ospf6 lsa router flooding -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 flooding -debug ospf6 graceful-restart -debug ospf6 spf process +! debug ospf6 lsa router originate +! debug ospf6 lsa router flooding +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 flooding +! debug ospf6 graceful-restart +! debug ospf6 spf process ! interface lo ipv6 ospf area 0 diff --git a/tests/topotests/ospf6_gr_topo1/rt2/zebra.conf b/tests/topotests/ospf6_gr_topo1/rt2/zebra.conf index e4fe7620da..5e5731b7ab 100644 --- a/tests/topotests/ospf6_gr_topo1/rt2/zebra.conf +++ b/tests/topotests/ospf6_gr_topo1/rt2/zebra.conf @@ -3,10 +3,10 @@ hostname rt2 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/ospf6_gr_topo1/rt3/ospf6d.conf b/tests/topotests/ospf6_gr_topo1/rt3/ospf6d.conf index f33f14f34f..8dba58e07c 100644 --- a/tests/topotests/ospf6_gr_topo1/rt3/ospf6d.conf +++ b/tests/topotests/ospf6_gr_topo1/rt3/ospf6d.conf @@ -3,14 +3,14 @@ hostname rt3 log file ospf6d.log log commands ! -debug ospf6 lsa router originate -debug ospf6 lsa router flooding -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 flooding -debug ospf6 graceful-restart -debug ospf6 spf process +! debug ospf6 lsa router originate +! debug ospf6 lsa router flooding +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 flooding +! debug ospf6 graceful-restart +! debug ospf6 spf process ! interface lo ipv6 ospf area 0 diff --git a/tests/topotests/ospf6_gr_topo1/rt3/zebra.conf b/tests/topotests/ospf6_gr_topo1/rt3/zebra.conf index 3a9de21d30..ca3eea410d 100644 --- a/tests/topotests/ospf6_gr_topo1/rt3/zebra.conf +++ b/tests/topotests/ospf6_gr_topo1/rt3/zebra.conf @@ -3,10 +3,10 @@ hostname rt3 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/ospf6_gr_topo1/rt4/ospf6d.conf b/tests/topotests/ospf6_gr_topo1/rt4/ospf6d.conf index 301eb57e7d..9be5321e68 100644 --- a/tests/topotests/ospf6_gr_topo1/rt4/ospf6d.conf +++ b/tests/topotests/ospf6_gr_topo1/rt4/ospf6d.conf @@ -3,14 +3,14 @@ hostname rt4 log file ospf6d.log log commands ! -debug ospf6 lsa router originate -debug ospf6 lsa router flooding -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 flooding -debug ospf6 graceful-restart -debug ospf6 spf process +! debug ospf6 lsa router originate +! debug ospf6 lsa router flooding +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 flooding +! debug ospf6 graceful-restart +! debug ospf6 spf process ! interface lo ipv6 ospf area 0 diff --git a/tests/topotests/ospf6_gr_topo1/rt4/zebra.conf b/tests/topotests/ospf6_gr_topo1/rt4/zebra.conf index eeea417b70..c488b2a387 100644 --- a/tests/topotests/ospf6_gr_topo1/rt4/zebra.conf +++ b/tests/topotests/ospf6_gr_topo1/rt4/zebra.conf @@ -3,10 +3,10 @@ hostname rt4 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 4.4.4.4/32 diff --git a/tests/topotests/ospf6_gr_topo1/rt5/ospf6d.conf b/tests/topotests/ospf6_gr_topo1/rt5/ospf6d.conf index 254fea75fc..98ba8bc447 100644 --- a/tests/topotests/ospf6_gr_topo1/rt5/ospf6d.conf +++ b/tests/topotests/ospf6_gr_topo1/rt5/ospf6d.conf @@ -3,14 +3,14 @@ hostname rt5 log file ospf6d.log log commands ! -debug ospf6 lsa router originate -debug ospf6 lsa router flooding -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 flooding -debug ospf6 graceful-restart -debug ospf6 spf process +! debug ospf6 lsa router originate +! debug ospf6 lsa router flooding +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 flooding +! debug ospf6 graceful-restart +! debug ospf6 spf process ! interface lo ipv6 ospf area 2 diff --git a/tests/topotests/ospf6_gr_topo1/rt5/zebra.conf b/tests/topotests/ospf6_gr_topo1/rt5/zebra.conf index 0cdb90b129..43ed901266 100644 --- a/tests/topotests/ospf6_gr_topo1/rt5/zebra.conf +++ b/tests/topotests/ospf6_gr_topo1/rt5/zebra.conf @@ -3,10 +3,10 @@ hostname rt5 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 5.5.5.5/32 diff --git a/tests/topotests/ospf6_gr_topo1/rt6/ospf6d.conf b/tests/topotests/ospf6_gr_topo1/rt6/ospf6d.conf index b1feb1ac57..d6d6f0cf92 100644 --- a/tests/topotests/ospf6_gr_topo1/rt6/ospf6d.conf +++ b/tests/topotests/ospf6_gr_topo1/rt6/ospf6d.conf @@ -3,14 +3,14 @@ hostname rt6 log file ospf6d.log log commands ! -debug ospf6 lsa router originate -debug ospf6 lsa router flooding -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 flooding -debug ospf6 graceful-restart -debug ospf6 spf process +! debug ospf6 lsa router originate +! debug ospf6 lsa router flooding +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 flooding +! debug ospf6 graceful-restart +! debug ospf6 spf process ! interface lo ipv6 ospf area 0 diff --git a/tests/topotests/ospf6_gr_topo1/rt6/zebra.conf b/tests/topotests/ospf6_gr_topo1/rt6/zebra.conf index 3c2312da8a..5ec27de17a 100644 --- a/tests/topotests/ospf6_gr_topo1/rt6/zebra.conf +++ b/tests/topotests/ospf6_gr_topo1/rt6/zebra.conf @@ -3,10 +3,10 @@ hostname rt6 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 6.6.6.6/32 diff --git a/tests/topotests/ospf6_gr_topo1/rt7/ospf6d.conf b/tests/topotests/ospf6_gr_topo1/rt7/ospf6d.conf index d032741d1a..cee6ee577e 100644 --- a/tests/topotests/ospf6_gr_topo1/rt7/ospf6d.conf +++ b/tests/topotests/ospf6_gr_topo1/rt7/ospf6d.conf @@ -3,14 +3,14 @@ hostname rt7 log file ospf6d.log log commands ! -debug ospf6 lsa router originate -debug ospf6 lsa router flooding -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 flooding -debug ospf6 graceful-restart -debug ospf6 spf process +! debug ospf6 lsa router originate +! debug ospf6 lsa router flooding +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 flooding +! debug ospf6 graceful-restart +! debug ospf6 spf process ! interface lo ipv6 ospf area 3 diff --git a/tests/topotests/ospf6_gr_topo1/rt7/zebra.conf b/tests/topotests/ospf6_gr_topo1/rt7/zebra.conf index 9cc8c29c1e..3939472b5e 100644 --- a/tests/topotests/ospf6_gr_topo1/rt7/zebra.conf +++ b/tests/topotests/ospf6_gr_topo1/rt7/zebra.conf @@ -3,10 +3,10 @@ hostname rt7 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 7.7.7.7/32 diff --git a/tests/topotests/ospf6_topo1/r1/ospf6d.conf b/tests/topotests/ospf6_topo1/r1/ospf6d.conf index 9f7e058931..5f1ceee964 100644 --- a/tests/topotests/ospf6_topo1/r1/ospf6d.conf +++ b/tests/topotests/ospf6_topo1/r1/ospf6d.conf @@ -1,13 +1,13 @@ hostname r1 log file ospf6d.log ! -debug ospf6 message all -debug ospf6 lsa unknown -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 route table -debug ospf6 flooding +! debug ospf6 message all +! debug ospf6 lsa unknown +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 route table +! debug ospf6 flooding ! interface r1-stubnet ipv6 ospf6 network broadcast diff --git a/tests/topotests/ospf6_topo1/r1/zebra.conf b/tests/topotests/ospf6_topo1/r1/zebra.conf index dfbcea8d21..3a7db9f25e 100644 --- a/tests/topotests/ospf6_topo1/r1/zebra.conf +++ b/tests/topotests/ospf6_topo1/r1/zebra.conf @@ -2,8 +2,8 @@ hostname r1 log file zebra.log ! -debug zebra events -debug zebra rib +! debug zebra events +! debug zebra rib ! interface r1-stubnet ipv6 address fc00:1:1:1::1/64 diff --git a/tests/topotests/ospf6_topo1/r2/ospf6d.conf b/tests/topotests/ospf6_topo1/r2/ospf6d.conf index 26ebc2c0ea..d51b41e1e5 100644 --- a/tests/topotests/ospf6_topo1/r2/ospf6d.conf +++ b/tests/topotests/ospf6_topo1/r2/ospf6d.conf @@ -1,13 +1,13 @@ hostname r2 log file ospf6d.log ! -debug ospf6 message all -debug ospf6 lsa unknown -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 route table -debug ospf6 flooding +! debug ospf6 message all +! debug ospf6 lsa unknown +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 route table +! debug ospf6 flooding ! interface r2-stubnet ipv6 ospf6 network broadcast diff --git a/tests/topotests/ospf6_topo1/r2/zebra.conf b/tests/topotests/ospf6_topo1/r2/zebra.conf index f05d1a60ff..5571dc979c 100644 --- a/tests/topotests/ospf6_topo1/r2/zebra.conf +++ b/tests/topotests/ospf6_topo1/r2/zebra.conf @@ -2,8 +2,8 @@ hostname r2 log file zebra.log ! -debug zebra events -debug zebra rib +! debug zebra events +! debug zebra rib ! interface r2-stubnet ipv6 address fc00:2:2:2::2/64 diff --git a/tests/topotests/ospf6_topo1/r3/ospf6d.conf b/tests/topotests/ospf6_topo1/r3/ospf6d.conf index e902496530..cad71ac067 100644 --- a/tests/topotests/ospf6_topo1/r3/ospf6d.conf +++ b/tests/topotests/ospf6_topo1/r3/ospf6d.conf @@ -1,13 +1,13 @@ hostname r3 log file ospf6d.log ! -debug ospf6 message all -debug ospf6 lsa unknown -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 route table -debug ospf6 flooding +! debug ospf6 message all +! debug ospf6 lsa unknown +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 route table +! debug ospf6 flooding ! interface r3-stubnet ipv6 ospf6 network broadcast diff --git a/tests/topotests/ospf6_topo1/r3/zebra.conf b/tests/topotests/ospf6_topo1/r3/zebra.conf index d8051c350d..3cc5626bd7 100644 --- a/tests/topotests/ospf6_topo1/r3/zebra.conf +++ b/tests/topotests/ospf6_topo1/r3/zebra.conf @@ -2,8 +2,8 @@ hostname r3 log file zebra.log ! -debug zebra events -debug zebra rib +! debug zebra events +! debug zebra rib ! interface r3-stubnet ipv6 address fc00:3:3:3::3/64 diff --git a/tests/topotests/ospf6_topo1/r4/ospf6d.conf b/tests/topotests/ospf6_topo1/r4/ospf6d.conf index 5607a789de..f0b166bc4b 100644 --- a/tests/topotests/ospf6_topo1/r4/ospf6d.conf +++ b/tests/topotests/ospf6_topo1/r4/ospf6d.conf @@ -1,13 +1,13 @@ hostname r4 log file ospf6d.log ! -debug ospf6 message all -debug ospf6 lsa unknown -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 route table -debug ospf6 flooding +! debug ospf6 message all +! debug ospf6 lsa unknown +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 route table +! debug ospf6 flooding ! interface r4-stubnet ipv6 ospf6 network broadcast diff --git a/tests/topotests/ospf6_topo1/r4/zebra.conf b/tests/topotests/ospf6_topo1/r4/zebra.conf index cada58bd01..20e27cea46 100644 --- a/tests/topotests/ospf6_topo1/r4/zebra.conf +++ b/tests/topotests/ospf6_topo1/r4/zebra.conf @@ -2,8 +2,8 @@ hostname r4 log file zebra.log ! -debug zebra events -debug zebra rib +! debug zebra events +! debug zebra rib ! interface r4-stubnet ipv6 address fc00:4:4:4::4/64 diff --git a/tests/topotests/ospf6_topo1_vrf/r1/ospf6d.conf b/tests/topotests/ospf6_topo1_vrf/r1/ospf6d.conf index 83bdfb7c81..e60c5991a4 100644 --- a/tests/topotests/ospf6_topo1_vrf/r1/ospf6d.conf +++ b/tests/topotests/ospf6_topo1_vrf/r1/ospf6d.conf @@ -1,13 +1,13 @@ hostname r1 log file ospf6d.log ! -debug ospf6 message all -debug ospf6 lsa unknown -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 route table -debug ospf6 flooding +! debug ospf6 message all +! debug ospf6 lsa unknown +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 route table +! debug ospf6 flooding ! interface r1-stubnet ipv6 ospf6 area 0.0.0.0 diff --git a/tests/topotests/ospf6_topo1_vrf/r1/zebra.conf b/tests/topotests/ospf6_topo1_vrf/r1/zebra.conf index abe8a9bc45..704912b52d 100644 --- a/tests/topotests/ospf6_topo1_vrf/r1/zebra.conf +++ b/tests/topotests/ospf6_topo1_vrf/r1/zebra.conf @@ -2,8 +2,8 @@ hostname r1 log file zebra.log ! -debug zebra events -debug zebra rib +! debug zebra events +! debug zebra rib ! interface r1-stubnet vrf r1-cust1 ipv6 address fc00:1:1:1::1/64 diff --git a/tests/topotests/ospf6_topo1_vrf/r2/ospf6d.conf b/tests/topotests/ospf6_topo1_vrf/r2/ospf6d.conf index 7fd01aa0cc..778c7781d8 100644 --- a/tests/topotests/ospf6_topo1_vrf/r2/ospf6d.conf +++ b/tests/topotests/ospf6_topo1_vrf/r2/ospf6d.conf @@ -1,13 +1,13 @@ hostname r2 log file ospf6d.log ! -debug ospf6 message all -debug ospf6 lsa unknown -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 route table -debug ospf6 flooding +! debug ospf6 message all +! debug ospf6 lsa unknown +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 route table +! debug ospf6 flooding ! interface r2-stubnet ipv6 ospf6 area 0.0.0.0 diff --git a/tests/topotests/ospf6_topo1_vrf/r2/zebra.conf b/tests/topotests/ospf6_topo1_vrf/r2/zebra.conf index e1011bd3b6..123d8c4a35 100644 --- a/tests/topotests/ospf6_topo1_vrf/r2/zebra.conf +++ b/tests/topotests/ospf6_topo1_vrf/r2/zebra.conf @@ -2,8 +2,8 @@ hostname r2 log file zebra.log ! -debug zebra events -debug zebra rib +! debug zebra events +! debug zebra rib ! interface r2-stubnet vrf r2-cust1 ipv6 address fc00:2:2:2::2/64 diff --git a/tests/topotests/ospf6_topo1_vrf/r3/ospf6d.conf b/tests/topotests/ospf6_topo1_vrf/r3/ospf6d.conf index df5aed3a6a..61d183f1d8 100644 --- a/tests/topotests/ospf6_topo1_vrf/r3/ospf6d.conf +++ b/tests/topotests/ospf6_topo1_vrf/r3/ospf6d.conf @@ -1,13 +1,13 @@ hostname r3 log file ospf6d.log ! -debug ospf6 message all -debug ospf6 lsa unknown -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 route table -debug ospf6 flooding +! debug ospf6 message all +! debug ospf6 lsa unknown +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 route table +! debug ospf6 flooding ! interface r3-stubnet ipv6 ospf6 area 0.0.0.0 diff --git a/tests/topotests/ospf6_topo1_vrf/r3/zebra.conf b/tests/topotests/ospf6_topo1_vrf/r3/zebra.conf index f489f3ac73..bd6873d2a8 100644 --- a/tests/topotests/ospf6_topo1_vrf/r3/zebra.conf +++ b/tests/topotests/ospf6_topo1_vrf/r3/zebra.conf @@ -2,8 +2,8 @@ hostname r3 log file zebra.log ! -debug zebra events -debug zebra rib +! debug zebra events +! debug zebra rib ! interface r3-stubnet vrf r3-cust1 ipv6 address fc00:3:3:3::3/64 diff --git a/tests/topotests/ospf6_topo1_vrf/r4/ospf6d.conf b/tests/topotests/ospf6_topo1_vrf/r4/ospf6d.conf index 465defb40f..12f6f52166 100644 --- a/tests/topotests/ospf6_topo1_vrf/r4/ospf6d.conf +++ b/tests/topotests/ospf6_topo1_vrf/r4/ospf6d.conf @@ -1,13 +1,13 @@ hostname r4 log file ospf6d.log ! -debug ospf6 message all -debug ospf6 lsa unknown -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 route table -debug ospf6 flooding +! debug ospf6 message all +! debug ospf6 lsa unknown +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 route table +! debug ospf6 flooding ! interface r4-stubnet ipv6 ospf6 area 0.0.0.1 diff --git a/tests/topotests/ospf6_topo1_vrf/r4/zebra.conf b/tests/topotests/ospf6_topo1_vrf/r4/zebra.conf index c59116df8c..0d9d011f6d 100644 --- a/tests/topotests/ospf6_topo1_vrf/r4/zebra.conf +++ b/tests/topotests/ospf6_topo1_vrf/r4/zebra.conf @@ -2,8 +2,8 @@ hostname r4 log file zebra.log ! -debug zebra events -debug zebra rib +! debug zebra events +! debug zebra rib ! interface r4-stubnet vrf r4-cust1 ipv6 address fc00:4:4:4::4/64 diff --git a/tests/topotests/ospf6_topo2/r1/ospf6d.conf b/tests/topotests/ospf6_topo2/r1/ospf6d.conf index 1bf6550d9f..a9d46be41a 100644 --- a/tests/topotests/ospf6_topo2/r1/ospf6d.conf +++ b/tests/topotests/ospf6_topo2/r1/ospf6d.conf @@ -1,30 +1,30 @@ -debug ospf6 lsa router -debug ospf6 lsa router originate -debug ospf6 lsa router examine -debug ospf6 lsa router flooding -debug ospf6 lsa nssa -debug ospf6 lsa nssa originate -debug ospf6 lsa nssa examine -debug ospf6 lsa nssa flooding -debug ospf6 lsa as-external -debug ospf6 lsa as-external originate -debug ospf6 lsa as-external examine -debug ospf6 lsa as-external flooding -debug ospf6 lsa intra-prefix -debug ospf6 lsa intra-prefix originate -debug ospf6 lsa intra-prefix examine -debug ospf6 lsa intra-prefix flooding -debug ospf6 border-routers -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 flooding -debug ospf6 spf process -debug ospf6 route intra-area -debug ospf6 route inter-area -debug ospf6 abr -debug ospf6 asbr -debug ospf6 nssa +! debug ospf6 lsa router +! debug ospf6 lsa router originate +! debug ospf6 lsa router examine +! debug ospf6 lsa router flooding +! debug ospf6 lsa nssa +! debug ospf6 lsa nssa originate +! debug ospf6 lsa nssa examine +! debug ospf6 lsa nssa flooding +! debug ospf6 lsa as-external +! debug ospf6 lsa as-external originate +! debug ospf6 lsa as-external examine +! debug ospf6 lsa as-external flooding +! debug ospf6 lsa intra-prefix +! debug ospf6 lsa intra-prefix originate +! debug ospf6 lsa intra-prefix examine +! debug ospf6 lsa intra-prefix flooding +! debug ospf6 border-routers +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 flooding +! debug ospf6 spf process +! debug ospf6 route intra-area +! debug ospf6 route inter-area +! debug ospf6 abr +! debug ospf6 asbr +! debug ospf6 nssa ! interface r1-eth0 ipv6 ospf6 area 0.0.0.1 diff --git a/tests/topotests/ospf6_topo2/r2/ospf6d.conf b/tests/topotests/ospf6_topo2/r2/ospf6d.conf index 7567c9cd64..8819a588f1 100644 --- a/tests/topotests/ospf6_topo2/r2/ospf6d.conf +++ b/tests/topotests/ospf6_topo2/r2/ospf6d.conf @@ -1,30 +1,30 @@ -debug ospf6 lsa router -debug ospf6 lsa router originate -debug ospf6 lsa router examine -debug ospf6 lsa router flooding -debug ospf6 lsa nssa -debug ospf6 lsa nssa originate -debug ospf6 lsa nssa examine -debug ospf6 lsa nssa flooding -debug ospf6 lsa as-external -debug ospf6 lsa as-external originate -debug ospf6 lsa as-external examine -debug ospf6 lsa as-external flooding -debug ospf6 lsa intra-prefix -debug ospf6 lsa intra-prefix originate -debug ospf6 lsa intra-prefix examine -debug ospf6 lsa intra-prefix flooding -debug ospf6 border-routers -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 flooding -debug ospf6 spf process -debug ospf6 route intra-area -debug ospf6 route inter-area -debug ospf6 abr -debug ospf6 asbr -debug ospf6 nssa +! debug ospf6 lsa router +! debug ospf6 lsa router originate +! debug ospf6 lsa router examine +! debug ospf6 lsa router flooding +! debug ospf6 lsa nssa +! debug ospf6 lsa nssa originate +! debug ospf6 lsa nssa examine +! debug ospf6 lsa nssa flooding +! debug ospf6 lsa as-external +! debug ospf6 lsa as-external originate +! debug ospf6 lsa as-external examine +! debug ospf6 lsa as-external flooding +! debug ospf6 lsa intra-prefix +! debug ospf6 lsa intra-prefix originate +! debug ospf6 lsa intra-prefix examine +! debug ospf6 lsa intra-prefix flooding +! debug ospf6 border-routers +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 flooding +! debug ospf6 spf process +! debug ospf6 route intra-area +! debug ospf6 route inter-area +! debug ospf6 abr +! debug ospf6 asbr +! debug ospf6 nssa ! interface r2-eth0 ipv6 ospf6 area 0.0.0.1 diff --git a/tests/topotests/ospf6_topo2/r3/ospf6d.conf b/tests/topotests/ospf6_topo2/r3/ospf6d.conf index 0fb4e7e365..6e4f56ba7a 100644 --- a/tests/topotests/ospf6_topo2/r3/ospf6d.conf +++ b/tests/topotests/ospf6_topo2/r3/ospf6d.conf @@ -1,30 +1,30 @@ -debug ospf6 lsa router -debug ospf6 lsa router originate -debug ospf6 lsa router examine -debug ospf6 lsa router flooding -debug ospf6 lsa nssa -debug ospf6 lsa nssa originate -debug ospf6 lsa nssa examine -debug ospf6 lsa nssa flooding -debug ospf6 lsa as-external -debug ospf6 lsa as-external originate -debug ospf6 lsa as-external examine -debug ospf6 lsa as-external flooding -debug ospf6 lsa intra-prefix -debug ospf6 lsa intra-prefix originate -debug ospf6 lsa intra-prefix examine -debug ospf6 lsa intra-prefix flooding -debug ospf6 border-routers -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 flooding -debug ospf6 spf process -debug ospf6 route intra-area -debug ospf6 route inter-area -debug ospf6 abr -debug ospf6 asbr -debug ospf6 nssa +! debug ospf6 lsa router +! debug ospf6 lsa router originate +! debug ospf6 lsa router examine +! debug ospf6 lsa router flooding +! debug ospf6 lsa nssa +! debug ospf6 lsa nssa originate +! debug ospf6 lsa nssa examine +! debug ospf6 lsa nssa flooding +! debug ospf6 lsa as-external +! debug ospf6 lsa as-external originate +! debug ospf6 lsa as-external examine +! debug ospf6 lsa as-external flooding +! debug ospf6 lsa intra-prefix +! debug ospf6 lsa intra-prefix originate +! debug ospf6 lsa intra-prefix examine +! debug ospf6 lsa intra-prefix flooding +! debug ospf6 border-routers +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 flooding +! debug ospf6 spf process +! debug ospf6 route intra-area +! debug ospf6 route inter-area +! debug ospf6 abr +! debug ospf6 asbr +! debug ospf6 nssa ! interface r3-eth0 ipv6 ospf6 area 0.0.0.0 diff --git a/tests/topotests/ospf6_topo2/r4/ospf6d.conf b/tests/topotests/ospf6_topo2/r4/ospf6d.conf index 91f8df440c..59a2fd5cc9 100644 --- a/tests/topotests/ospf6_topo2/r4/ospf6d.conf +++ b/tests/topotests/ospf6_topo2/r4/ospf6d.conf @@ -1,30 +1,30 @@ -debug ospf6 lsa router -debug ospf6 lsa router originate -debug ospf6 lsa router examine -debug ospf6 lsa router flooding -debug ospf6 lsa nssa -debug ospf6 lsa nssa originate -debug ospf6 lsa nssa examine -debug ospf6 lsa nssa flooding -debug ospf6 lsa as-external -debug ospf6 lsa as-external originate -debug ospf6 lsa as-external examine -debug ospf6 lsa as-external flooding -debug ospf6 lsa intra-prefix -debug ospf6 lsa intra-prefix originate -debug ospf6 lsa intra-prefix examine -debug ospf6 lsa intra-prefix flooding -debug ospf6 border-routers -debug ospf6 zebra -debug ospf6 interface -debug ospf6 neighbor -debug ospf6 flooding -debug ospf6 spf process -debug ospf6 route intra-area -debug ospf6 route inter-area -debug ospf6 abr -debug ospf6 asbr -debug ospf6 nssa +! debug ospf6 lsa router +! debug ospf6 lsa router originate +! debug ospf6 lsa router examine +! debug ospf6 lsa router flooding +! debug ospf6 lsa nssa +! debug ospf6 lsa nssa originate +! debug ospf6 lsa nssa examine +! debug ospf6 lsa nssa flooding +! debug ospf6 lsa as-external +! debug ospf6 lsa as-external originate +! debug ospf6 lsa as-external examine +! debug ospf6 lsa as-external flooding +! debug ospf6 lsa intra-prefix +! debug ospf6 lsa intra-prefix originate +! debug ospf6 lsa intra-prefix examine +! debug ospf6 lsa intra-prefix flooding +! debug ospf6 border-routers +! debug ospf6 zebra +! debug ospf6 interface +! debug ospf6 neighbor +! debug ospf6 flooding +! debug ospf6 spf process +! debug ospf6 route intra-area +! debug ospf6 route inter-area +! debug ospf6 abr +! debug ospf6 asbr +! debug ospf6 nssa ! interface r4-eth0 ipv6 ospf6 area 0.0.0.2 diff --git a/tests/topotests/ospf_gr_topo1/rt1/ospfd.conf b/tests/topotests/ospf_gr_topo1/rt1/ospfd.conf index 9590a7cadf..27042e1a85 100644 --- a/tests/topotests/ospf_gr_topo1/rt1/ospfd.conf +++ b/tests/topotests/ospf_gr_topo1/rt1/ospfd.conf @@ -3,16 +3,16 @@ hostname rt1 log file ospfd.log log commands ! -debug ospf zebra -debug ospf event -debug ospf lsa -debug ospf te -debug ospf packet all -debug ospf packet ls-update detail -debug ospf ism -debug ospf nsm -debug ospf nssa -debug ospf graceful-restart +! debug ospf zebra +! debug ospf event +! debug ospf lsa +! debug ospf te +! debug ospf packet all +! debug ospf packet ls-update detail +! debug ospf ism +! debug ospf nsm +! debug ospf nssa +! debug ospf graceful-restart ! interface lo ip ospf area 1 diff --git a/tests/topotests/ospf_gr_topo1/rt1/zebra.conf b/tests/topotests/ospf_gr_topo1/rt1/zebra.conf index 183cd3df48..7b99b58548 100644 --- a/tests/topotests/ospf_gr_topo1/rt1/zebra.conf +++ b/tests/topotests/ospf_gr_topo1/rt1/zebra.conf @@ -3,10 +3,10 @@ hostname rt1 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/ospf_gr_topo1/rt2/ospfd.conf b/tests/topotests/ospf_gr_topo1/rt2/ospfd.conf index 4f60d37b18..591b242da7 100644 --- a/tests/topotests/ospf_gr_topo1/rt2/ospfd.conf +++ b/tests/topotests/ospf_gr_topo1/rt2/ospfd.conf @@ -3,16 +3,16 @@ hostname rt2 log file ospfd.log log commands ! -debug ospf zebra -debug ospf event -debug ospf lsa -debug ospf te -debug ospf packet all -debug ospf packet ls-update detail -debug ospf ism -debug ospf nsm -debug ospf nssa -debug ospf graceful-restart +! debug ospf zebra +! debug ospf event +! debug ospf lsa +! debug ospf te +! debug ospf packet all +! debug ospf packet ls-update detail +! debug ospf ism +! debug ospf nsm +! debug ospf nssa +! debug ospf graceful-restart ! interface lo ip ospf area 0 diff --git a/tests/topotests/ospf_gr_topo1/rt2/zebra.conf b/tests/topotests/ospf_gr_topo1/rt2/zebra.conf index 8bde98ad44..73571aadbf 100644 --- a/tests/topotests/ospf_gr_topo1/rt2/zebra.conf +++ b/tests/topotests/ospf_gr_topo1/rt2/zebra.conf @@ -3,10 +3,10 @@ hostname rt2 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/ospf_gr_topo1/rt3/ospfd.conf b/tests/topotests/ospf_gr_topo1/rt3/ospfd.conf index 870878287d..5e7477120a 100644 --- a/tests/topotests/ospf_gr_topo1/rt3/ospfd.conf +++ b/tests/topotests/ospf_gr_topo1/rt3/ospfd.conf @@ -3,16 +3,16 @@ hostname rt3 log file ospfd.log log commands ! -debug ospf zebra -debug ospf event -debug ospf lsa -debug ospf te -debug ospf packet all -debug ospf packet ls-update detail -debug ospf ism -debug ospf nsm -debug ospf nssa -debug ospf graceful-restart +! debug ospf zebra +! debug ospf event +! debug ospf lsa +! debug ospf te +! debug ospf packet all +! debug ospf packet ls-update detail +! debug ospf ism +! debug ospf nsm +! debug ospf nssa +! debug ospf graceful-restart ! interface lo ip ospf area 0 diff --git a/tests/topotests/ospf_gr_topo1/rt3/zebra.conf b/tests/topotests/ospf_gr_topo1/rt3/zebra.conf index dfd89cbe5b..c09bafef2e 100644 --- a/tests/topotests/ospf_gr_topo1/rt3/zebra.conf +++ b/tests/topotests/ospf_gr_topo1/rt3/zebra.conf @@ -3,10 +3,10 @@ hostname rt3 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/ospf_gr_topo1/rt4/ospfd.conf b/tests/topotests/ospf_gr_topo1/rt4/ospfd.conf index 0aff1faf2c..7aa722cb8a 100644 --- a/tests/topotests/ospf_gr_topo1/rt4/ospfd.conf +++ b/tests/topotests/ospf_gr_topo1/rt4/ospfd.conf @@ -3,16 +3,16 @@ hostname rt4 log file ospfd.log log commands ! -debug ospf zebra -debug ospf event -debug ospf lsa -debug ospf te -debug ospf packet all -debug ospf packet ls-update detail -debug ospf ism -debug ospf nsm -debug ospf nssa -debug ospf graceful-restart +! debug ospf zebra +! debug ospf event +! debug ospf lsa +! debug ospf te +! debug ospf packet all +! debug ospf packet ls-update detail +! debug ospf ism +! debug ospf nsm +! debug ospf nssa +! debug ospf graceful-restart ! interface lo ip ospf area 0 diff --git a/tests/topotests/ospf_gr_topo1/rt4/zebra.conf b/tests/topotests/ospf_gr_topo1/rt4/zebra.conf index f399b29f3f..e21b23e4d3 100644 --- a/tests/topotests/ospf_gr_topo1/rt4/zebra.conf +++ b/tests/topotests/ospf_gr_topo1/rt4/zebra.conf @@ -3,10 +3,10 @@ hostname rt4 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 4.4.4.4/32 diff --git a/tests/topotests/ospf_gr_topo1/rt5/ospfd.conf b/tests/topotests/ospf_gr_topo1/rt5/ospfd.conf index 4af89389a5..0e25f1a138 100644 --- a/tests/topotests/ospf_gr_topo1/rt5/ospfd.conf +++ b/tests/topotests/ospf_gr_topo1/rt5/ospfd.conf @@ -3,16 +3,16 @@ hostname rt5 log file ospfd.log log commands ! -debug ospf zebra -debug ospf event -debug ospf lsa -debug ospf te -debug ospf packet all -debug ospf packet ls-update detail -debug ospf ism -debug ospf nsm -debug ospf nssa -debug ospf graceful-restart +! debug ospf zebra +! debug ospf event +! debug ospf lsa +! debug ospf te +! debug ospf packet all +! debug ospf packet ls-update detail +! debug ospf ism +! debug ospf nsm +! debug ospf nssa +! debug ospf graceful-restart ! interface lo ip ospf area 2 diff --git a/tests/topotests/ospf_gr_topo1/rt5/zebra.conf b/tests/topotests/ospf_gr_topo1/rt5/zebra.conf index 49a1c05a6d..83f12c6635 100644 --- a/tests/topotests/ospf_gr_topo1/rt5/zebra.conf +++ b/tests/topotests/ospf_gr_topo1/rt5/zebra.conf @@ -3,10 +3,10 @@ hostname rt5 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 5.5.5.5/32 diff --git a/tests/topotests/ospf_gr_topo1/rt6/ospfd.conf b/tests/topotests/ospf_gr_topo1/rt6/ospfd.conf index 2295a75fe7..3960e6b40c 100644 --- a/tests/topotests/ospf_gr_topo1/rt6/ospfd.conf +++ b/tests/topotests/ospf_gr_topo1/rt6/ospfd.conf @@ -3,16 +3,16 @@ hostname rt6 log file ospfd.log log commands ! -debug ospf zebra -debug ospf event -debug ospf lsa -debug ospf te -debug ospf packet all -debug ospf packet ls-update detail -debug ospf ism -debug ospf nsm -debug ospf nssa -debug ospf graceful-restart +! debug ospf zebra +! debug ospf event +! debug ospf lsa +! debug ospf te +! debug ospf packet all +! debug ospf packet ls-update detail +! debug ospf ism +! debug ospf nsm +! debug ospf nssa +! debug ospf graceful-restart ! interface lo ip ospf area 0 diff --git a/tests/topotests/ospf_gr_topo1/rt6/zebra.conf b/tests/topotests/ospf_gr_topo1/rt6/zebra.conf index d6a8f52b3a..67ebf14575 100644 --- a/tests/topotests/ospf_gr_topo1/rt6/zebra.conf +++ b/tests/topotests/ospf_gr_topo1/rt6/zebra.conf @@ -3,10 +3,10 @@ hostname rt6 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 6.6.6.6/32 diff --git a/tests/topotests/ospf_gr_topo1/rt7/ospfd.conf b/tests/topotests/ospf_gr_topo1/rt7/ospfd.conf index 8534eda5a7..e52424e1db 100644 --- a/tests/topotests/ospf_gr_topo1/rt7/ospfd.conf +++ b/tests/topotests/ospf_gr_topo1/rt7/ospfd.conf @@ -3,16 +3,16 @@ hostname rt7 log file ospfd.log log commands ! -debug ospf zebra -debug ospf event -debug ospf lsa -debug ospf te -debug ospf packet all -debug ospf packet ls-update detail -debug ospf ism -debug ospf nsm -debug ospf nssa -debug ospf graceful-restart +! debug ospf zebra +! debug ospf event +! debug ospf lsa +! debug ospf te +! debug ospf packet all +! debug ospf packet ls-update detail +! debug ospf ism +! debug ospf nsm +! debug ospf nssa +! debug ospf graceful-restart ! interface lo ip ospf area 3 diff --git a/tests/topotests/ospf_gr_topo1/rt7/zebra.conf b/tests/topotests/ospf_gr_topo1/rt7/zebra.conf index c481e4532b..7037e6fc5f 100644 --- a/tests/topotests/ospf_gr_topo1/rt7/zebra.conf +++ b/tests/topotests/ospf_gr_topo1/rt7/zebra.conf @@ -3,10 +3,10 @@ hostname rt7 log file zebra.log log commands ! -debug zebra event -debug zebra packet -debug zebra rib -debug zebra kernel +! debug zebra event +! debug zebra packet +! debug zebra rib +! debug zebra kernel ! interface lo ip address 7.7.7.7/32 diff --git a/tests/topotests/ospf_sr_te_topo1/dst/zebra.conf b/tests/topotests/ospf_sr_te_topo1/dst/zebra.conf index 4cb50fdb27..fbe55e53a4 100644 --- a/tests/topotests/ospf_sr_te_topo1/dst/zebra.conf +++ b/tests/topotests/ospf_sr_te_topo1/dst/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname dst ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 9.9.9.2/32 diff --git a/tests/topotests/ospf_sr_te_topo1/rt1/ospfd.conf b/tests/topotests/ospf_sr_te_topo1/rt1/ospfd.conf index 225ac93528..a440fa6fdf 100644 --- a/tests/topotests/ospf_sr_te_topo1/rt1/ospfd.conf +++ b/tests/topotests/ospf_sr_te_topo1/rt1/ospfd.conf @@ -2,11 +2,11 @@ password 1 hostname rt1 log file ospfd.log ! -debug ospf sr -debug ospf te -debug ospf event -debug ospf lsa -debug ospf zebra +! debug ospf sr +! debug ospf te +! debug ospf event +! debug ospf lsa +! debug ospf zebra ! interface lo ip ospf area 0.0.0.0 diff --git a/tests/topotests/ospf_sr_te_topo1/rt1/zebra.conf b/tests/topotests/ospf_sr_te_topo1/rt1/zebra.conf index dd686ea3da..6b282b110b 100644 --- a/tests/topotests/ospf_sr_te_topo1/rt1/zebra.conf +++ b/tests/topotests/ospf_sr_te_topo1/rt1/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt1 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/ospf_sr_te_topo1/rt2/ospfd.conf b/tests/topotests/ospf_sr_te_topo1/rt2/ospfd.conf index f6a7bbb621..7bec98cd76 100644 --- a/tests/topotests/ospf_sr_te_topo1/rt2/ospfd.conf +++ b/tests/topotests/ospf_sr_te_topo1/rt2/ospfd.conf @@ -1,11 +1,11 @@ hostname rt2 log file ospfd.log ! -debug ospf sr -debug ospf te -debug ospf event -debug ospf lsa -debug ospf zebra +! debug ospf sr +! debug ospf te +! debug ospf event +! debug ospf lsa +! debug ospf zebra ! interface lo ip ospf area 0.0.0.0 diff --git a/tests/topotests/ospf_sr_te_topo1/rt2/zebra.conf b/tests/topotests/ospf_sr_te_topo1/rt2/zebra.conf index ddd50ba520..24795c2618 100644 --- a/tests/topotests/ospf_sr_te_topo1/rt2/zebra.conf +++ b/tests/topotests/ospf_sr_te_topo1/rt2/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt2 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/ospf_sr_te_topo1/rt3/ospfd.conf b/tests/topotests/ospf_sr_te_topo1/rt3/ospfd.conf index 5f71cd8484..40b85c4601 100644 --- a/tests/topotests/ospf_sr_te_topo1/rt3/ospfd.conf +++ b/tests/topotests/ospf_sr_te_topo1/rt3/ospfd.conf @@ -1,11 +1,11 @@ hostname rt3 log file ospfd.log ! -debug ospf sr -debug ospf te -debug ospf event -debug ospf lsa -debug ospf zebra +! debug ospf sr +! debug ospf te +! debug ospf event +! debug ospf lsa +! debug ospf zebra ! interface lo ip ospf area 0.0.0.0 diff --git a/tests/topotests/ospf_sr_te_topo1/rt3/zebra.conf b/tests/topotests/ospf_sr_te_topo1/rt3/zebra.conf index 0825b5c8bf..353c710bdb 100644 --- a/tests/topotests/ospf_sr_te_topo1/rt3/zebra.conf +++ b/tests/topotests/ospf_sr_te_topo1/rt3/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt3 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/ospf_sr_te_topo1/rt4/ospfd.conf b/tests/topotests/ospf_sr_te_topo1/rt4/ospfd.conf index d4862cd233..4d3380d107 100644 --- a/tests/topotests/ospf_sr_te_topo1/rt4/ospfd.conf +++ b/tests/topotests/ospf_sr_te_topo1/rt4/ospfd.conf @@ -1,11 +1,11 @@ hostname rt4 log file ospfd.log ! -debug ospf sr -debug ospf te -debug ospf event -debug ospf lsa -debug ospf zebra +! debug ospf sr +! debug ospf te +! debug ospf event +! debug ospf lsa +! debug ospf zebra ! interface lo ip ospf area 0.0.0.0 diff --git a/tests/topotests/ospf_sr_te_topo1/rt4/zebra.conf b/tests/topotests/ospf_sr_te_topo1/rt4/zebra.conf index c6d1f4f40e..966eb725a1 100644 --- a/tests/topotests/ospf_sr_te_topo1/rt4/zebra.conf +++ b/tests/topotests/ospf_sr_te_topo1/rt4/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt4 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 4.4.4.4/32 diff --git a/tests/topotests/ospf_sr_te_topo1/rt5/ospfd.conf b/tests/topotests/ospf_sr_te_topo1/rt5/ospfd.conf index fdc0dcfdb7..b111ce588a 100644 --- a/tests/topotests/ospf_sr_te_topo1/rt5/ospfd.conf +++ b/tests/topotests/ospf_sr_te_topo1/rt5/ospfd.conf @@ -1,11 +1,11 @@ hostname rt5 log file ospfd.log ! -debug ospf sr -debug ospf te -debug ospf event -debug ospf lsa -debug ospf zebra +! debug ospf sr +! debug ospf te +! debug ospf event +! debug ospf lsa +! debug ospf zebra ! interface lo ip ospf area 0.0.0.0 diff --git a/tests/topotests/ospf_sr_te_topo1/rt5/zebra.conf b/tests/topotests/ospf_sr_te_topo1/rt5/zebra.conf index 96b732d398..3184f1d778 100644 --- a/tests/topotests/ospf_sr_te_topo1/rt5/zebra.conf +++ b/tests/topotests/ospf_sr_te_topo1/rt5/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt5 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 5.5.5.5/32 diff --git a/tests/topotests/ospf_sr_te_topo1/rt6/ospfd.conf b/tests/topotests/ospf_sr_te_topo1/rt6/ospfd.conf index c06565be0b..f0c5a9c0ba 100644 --- a/tests/topotests/ospf_sr_te_topo1/rt6/ospfd.conf +++ b/tests/topotests/ospf_sr_te_topo1/rt6/ospfd.conf @@ -1,11 +1,11 @@ hostname rt6 log file ospfd.log ! -debug ospf sr -debug ospf te -debug ospf event -debug ospf lsa -debug ospf zebra +! debug ospf sr +! debug ospf te +! debug ospf event +! debug ospf lsa +! debug ospf zebra ! interface lo ip ospf area 0.0.0.0 diff --git a/tests/topotests/ospf_sr_te_topo1/rt6/zebra.conf b/tests/topotests/ospf_sr_te_topo1/rt6/zebra.conf index 360837c4ca..c556aa3681 100644 --- a/tests/topotests/ospf_sr_te_topo1/rt6/zebra.conf +++ b/tests/topotests/ospf_sr_te_topo1/rt6/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt6 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 6.6.6.6/32 diff --git a/tests/topotests/ospf_sr_topo1/rt1/ospfd.conf b/tests/topotests/ospf_sr_topo1/rt1/ospfd.conf index 6a12ae5011..be9abf6238 100644 --- a/tests/topotests/ospf_sr_topo1/rt1/ospfd.conf +++ b/tests/topotests/ospf_sr_topo1/rt1/ospfd.conf @@ -2,11 +2,11 @@ password 1 hostname rt1 log file ospfd.log ! -debug ospf sr -debug ospf te -debug ospf event -debug ospf lsa -debug ospf zebra +! debug ospf sr +! debug ospf te +! debug ospf event +! debug ospf lsa +! debug ospf zebra ! interface lo ! diff --git a/tests/topotests/ospf_sr_topo1/rt1/zebra.conf b/tests/topotests/ospf_sr_topo1/rt1/zebra.conf index 7d3139a80e..520f2e4994 100644 --- a/tests/topotests/ospf_sr_topo1/rt1/zebra.conf +++ b/tests/topotests/ospf_sr_topo1/rt1/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt1 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 1.1.1.1/32 diff --git a/tests/topotests/ospf_sr_topo1/rt2/ospfd.conf b/tests/topotests/ospf_sr_topo1/rt2/ospfd.conf index adf4d09235..30ef12a79e 100644 --- a/tests/topotests/ospf_sr_topo1/rt2/ospfd.conf +++ b/tests/topotests/ospf_sr_topo1/rt2/ospfd.conf @@ -2,11 +2,11 @@ password 1 hostname rt2 log file ospfd.log ! -debug ospf sr -debug ospf te -debug ospf event -debug ospf lsa -debug ospf zebra +! debug ospf sr +! debug ospf te +! debug ospf event +! debug ospf lsa +! debug ospf zebra ! interface lo ! diff --git a/tests/topotests/ospf_sr_topo1/rt2/zebra.conf b/tests/topotests/ospf_sr_topo1/rt2/zebra.conf index c4ed4276d9..fbf805cdac 100644 --- a/tests/topotests/ospf_sr_topo1/rt2/zebra.conf +++ b/tests/topotests/ospf_sr_topo1/rt2/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt2 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 2.2.2.2/32 diff --git a/tests/topotests/ospf_sr_topo1/rt3/ospfd.conf b/tests/topotests/ospf_sr_topo1/rt3/ospfd.conf index c45c1069fb..e315679765 100644 --- a/tests/topotests/ospf_sr_topo1/rt3/ospfd.conf +++ b/tests/topotests/ospf_sr_topo1/rt3/ospfd.conf @@ -2,11 +2,11 @@ password 1 hostname rt3 log file ospfd.log ! -debug ospf sr -debug ospf te -debug ospf event -debug ospf lsa -debug ospf zebra +! debug ospf sr +! debug ospf te +! debug ospf event +! debug ospf lsa +! debug ospf zebra ! interface lo ! diff --git a/tests/topotests/ospf_sr_topo1/rt3/zebra.conf b/tests/topotests/ospf_sr_topo1/rt3/zebra.conf index 89a781fe3c..fc9db060e9 100644 --- a/tests/topotests/ospf_sr_topo1/rt3/zebra.conf +++ b/tests/topotests/ospf_sr_topo1/rt3/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt3 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 3.3.3.3/32 diff --git a/tests/topotests/ospf_sr_topo1/rt4/ospfd.conf b/tests/topotests/ospf_sr_topo1/rt4/ospfd.conf index 9853ce64cf..681aaa3a8c 100644 --- a/tests/topotests/ospf_sr_topo1/rt4/ospfd.conf +++ b/tests/topotests/ospf_sr_topo1/rt4/ospfd.conf @@ -2,11 +2,11 @@ password 1 hostname rt4 log file ospfd.log ! -debug ospf sr -debug ospf te -debug ospf event -debug ospf lsa -debug ospf zebra +! debug ospf sr +! debug ospf te +! debug ospf event +! debug ospf lsa +! debug ospf zebra ! interface lo ! diff --git a/tests/topotests/ospf_sr_topo1/rt4/zebra.conf b/tests/topotests/ospf_sr_topo1/rt4/zebra.conf index 13c621eb31..d794837eb7 100644 --- a/tests/topotests/ospf_sr_topo1/rt4/zebra.conf +++ b/tests/topotests/ospf_sr_topo1/rt4/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt4 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 4.4.4.4/32 diff --git a/tests/topotests/ospf_sr_topo1/rt5/ospfd.conf b/tests/topotests/ospf_sr_topo1/rt5/ospfd.conf index e6a755c430..0b441c70de 100644 --- a/tests/topotests/ospf_sr_topo1/rt5/ospfd.conf +++ b/tests/topotests/ospf_sr_topo1/rt5/ospfd.conf @@ -2,11 +2,11 @@ password 1 hostname rt5 log file ospfd.log ! -debug ospf sr -debug ospf te -debug ospf event -debug ospf lsa -debug ospf zebra +! debug ospf sr +! debug ospf te +! debug ospf event +! debug ospf lsa +! debug ospf zebra ! interface lo ! diff --git a/tests/topotests/ospf_sr_topo1/rt5/zebra.conf b/tests/topotests/ospf_sr_topo1/rt5/zebra.conf index ca2d6df665..09923f28e9 100644 --- a/tests/topotests/ospf_sr_topo1/rt5/zebra.conf +++ b/tests/topotests/ospf_sr_topo1/rt5/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt5 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 5.5.5.5/32 diff --git a/tests/topotests/ospf_sr_topo1/rt6/ospfd.conf b/tests/topotests/ospf_sr_topo1/rt6/ospfd.conf index 1ec71e4454..7bb5de9440 100644 --- a/tests/topotests/ospf_sr_topo1/rt6/ospfd.conf +++ b/tests/topotests/ospf_sr_topo1/rt6/ospfd.conf @@ -2,11 +2,11 @@ password 1 hostname rt6 log file ospfd.log ! -debug ospf sr -debug ospf te -debug ospf event -debug ospf lsa -debug ospf zebra +! debug ospf sr +! debug ospf te +! debug ospf event +! debug ospf lsa +! debug ospf zebra ! interface lo ! diff --git a/tests/topotests/ospf_sr_topo1/rt6/zebra.conf b/tests/topotests/ospf_sr_topo1/rt6/zebra.conf index 4b739d0bca..1452560065 100644 --- a/tests/topotests/ospf_sr_topo1/rt6/zebra.conf +++ b/tests/topotests/ospf_sr_topo1/rt6/zebra.conf @@ -2,9 +2,9 @@ log file zebra.log ! hostname rt6 ! -debug zebra kernel -debug zebra packet -debug zebra mpls +! debug zebra kernel +! debug zebra packet +! debug zebra mpls ! interface lo ip address 6.6.6.6/32 diff --git a/tests/topotests/ospf_tilfa_topo1/rt1/ospfd.conf b/tests/topotests/ospf_tilfa_topo1/rt1/ospfd.conf index eaef49225f..04b2c381e2 100644 --- a/tests/topotests/ospf_tilfa_topo1/rt1/ospfd.conf +++ b/tests/topotests/ospf_tilfa_topo1/rt1/ospfd.conf @@ -1,5 +1,5 @@ -debug ospf sr -debug ospf ti-lfa +! debug ospf sr +! debug ospf ti-lfa ! interface lo ! diff --git a/tests/topotests/ospf_tilfa_topo1/rt2/ospfd.conf b/tests/topotests/ospf_tilfa_topo1/rt2/ospfd.conf index 7548aad7f8..e6e4847ba7 100644 --- a/tests/topotests/ospf_tilfa_topo1/rt2/ospfd.conf +++ b/tests/topotests/ospf_tilfa_topo1/rt2/ospfd.conf @@ -1,5 +1,5 @@ -debug ospf sr -debug ospf ti-lfa +! debug ospf sr +! debug ospf ti-lfa ! interface lo ! diff --git a/tests/topotests/ospf_tilfa_topo1/rt3/ospfd.conf b/tests/topotests/ospf_tilfa_topo1/rt3/ospfd.conf index 6258295b6f..472cdc6bcb 100644 --- a/tests/topotests/ospf_tilfa_topo1/rt3/ospfd.conf +++ b/tests/topotests/ospf_tilfa_topo1/rt3/ospfd.conf @@ -1,5 +1,5 @@ -debug ospf sr -debug ospf ti-lfa +! debug ospf sr +! debug ospf ti-lfa ! interface lo ! diff --git a/tests/topotests/ospf_tilfa_topo1/rt4/ospfd.conf b/tests/topotests/ospf_tilfa_topo1/rt4/ospfd.conf index ad02214017..75770dc5dd 100644 --- a/tests/topotests/ospf_tilfa_topo1/rt4/ospfd.conf +++ b/tests/topotests/ospf_tilfa_topo1/rt4/ospfd.conf @@ -1,5 +1,5 @@ -debug ospf sr -debug ospf ti-lfa +! debug ospf sr +! debug ospf ti-lfa ! interface lo ! diff --git a/tests/topotests/ospf_tilfa_topo1/rt5/ospfd.conf b/tests/topotests/ospf_tilfa_topo1/rt5/ospfd.conf index 1b95858f53..ef9d583ae9 100644 --- a/tests/topotests/ospf_tilfa_topo1/rt5/ospfd.conf +++ b/tests/topotests/ospf_tilfa_topo1/rt5/ospfd.conf @@ -1,5 +1,5 @@ -debug ospf sr -debug ospf ti-lfa +! debug ospf sr +! debug ospf ti-lfa ! interface lo ! diff --git a/tests/topotests/ospf_topo1_vrf/r1/zebra.conf b/tests/topotests/ospf_topo1_vrf/r1/zebra.conf index e100d3b121..56d7a9764e 100644 --- a/tests/topotests/ospf_topo1_vrf/r1/zebra.conf +++ b/tests/topotests/ospf_topo1_vrf/r1/zebra.conf @@ -1,7 +1,7 @@ -debug zebra kernel -debug zebra dplane detail -debug zebra rib -debug zebra event +! debug zebra kernel +! debug zebra dplane detail +! debug zebra rib +! debug zebra event ! hostname r1 password zebra diff --git a/tests/topotests/pbr_topo1/r1/pbrd.conf b/tests/topotests/pbr_topo1/r1/pbrd.conf index 45cb7656ab..2a5f464780 100644 --- a/tests/topotests/pbr_topo1/r1/pbrd.conf +++ b/tests/topotests/pbr_topo1/r1/pbrd.conf @@ -1,7 +1,7 @@ -debug pbr -debug pbr events -debug pbr nht -debug pbr zebra +! debug pbr +! debug pbr events +! debug pbr nht +! debug pbr zebra # Valid table range pbr table range 10000 50000 # Try to set invalid bounds diff --git a/tests/topotests/pim_acl/r1/ospfd.conf b/tests/topotests/pim_acl/r1/ospfd.conf index e1f47fb3b1..c453dec96c 100644 --- a/tests/topotests/pim_acl/r1/ospfd.conf +++ b/tests/topotests/pim_acl/r1/ospfd.conf @@ -1,6 +1,6 @@ hostname r1 ! -debug ospf event +! debug ospf event ! interface r1-eth1 ip ospf hello-interval 2 diff --git a/tests/topotests/pim_acl/r1/pimd.conf b/tests/topotests/pim_acl/r1/pimd.conf index a148c73146..5bdfbea72a 100644 --- a/tests/topotests/pim_acl/r1/pimd.conf +++ b/tests/topotests/pim_acl/r1/pimd.conf @@ -1,12 +1,12 @@ hostname r1 ! -debug igmp events -debug igmp packets -debug pim events -debug pim packets -debug pim trace -debug pim zebra -debug pim bsm +! debug igmp events +! debug igmp packets +! debug pim events +! debug pim packets +! debug pim trace +! debug pim zebra +! debug pim bsm ! ip pim rp 192.168.0.11 prefix-list rp-pl-1 ip pim rp 192.168.0.12 prefix-list rp-pl-2 diff --git a/tests/topotests/pim_acl/r11/ospfd.conf b/tests/topotests/pim_acl/r11/ospfd.conf index e107220a4e..86fb66db61 100644 --- a/tests/topotests/pim_acl/r11/ospfd.conf +++ b/tests/topotests/pim_acl/r11/ospfd.conf @@ -1,6 +1,6 @@ hostname r11 ! -debug ospf event +! debug ospf event ! interface r11-eth0 ip ospf hello-interval 2 diff --git a/tests/topotests/pim_acl/r11/pimd.conf b/tests/topotests/pim_acl/r11/pimd.conf index b1d45205da..3e409ddd31 100644 --- a/tests/topotests/pim_acl/r11/pimd.conf +++ b/tests/topotests/pim_acl/r11/pimd.conf @@ -1,10 +1,10 @@ hostname r11 ! -debug pim events -debug pim packets -debug pim trace -debug pim zebra -debug pim bsm +! debug pim events +! debug pim packets +! debug pim trace +! debug pim zebra +! debug pim bsm ! ip pim rp 192.168.0.11 239.100.0.0/28 ip pim join-prune-interval 5 diff --git a/tests/topotests/pim_acl/r12/ospfd.conf b/tests/topotests/pim_acl/r12/ospfd.conf index f9203c78e4..1110df18b4 100644 --- a/tests/topotests/pim_acl/r12/ospfd.conf +++ b/tests/topotests/pim_acl/r12/ospfd.conf @@ -1,6 +1,6 @@ hostname r12 ! -debug ospf event +! debug ospf event ! interface r12-eth0 ip ospf hello-interval 2 diff --git a/tests/topotests/pim_acl/r12/pimd.conf b/tests/topotests/pim_acl/r12/pimd.conf index ba9e7d902f..2fc853bc04 100644 --- a/tests/topotests/pim_acl/r12/pimd.conf +++ b/tests/topotests/pim_acl/r12/pimd.conf @@ -1,10 +1,10 @@ hostname r12 ! -debug pim events -debug pim packets -debug pim trace -debug pim zebra -debug pim bsm +! debug pim events +! debug pim packets +! debug pim trace +! debug pim zebra +! debug pim bsm ! ip pim rp 192.168.0.12 239.100.0.17/32 ip pim join-prune-interval 5 diff --git a/tests/topotests/pim_acl/r13/ospfd.conf b/tests/topotests/pim_acl/r13/ospfd.conf index 830c5a14b6..aff24c7038 100644 --- a/tests/topotests/pim_acl/r13/ospfd.conf +++ b/tests/topotests/pim_acl/r13/ospfd.conf @@ -1,6 +1,6 @@ hostname r13 ! -debug ospf event +! debug ospf event ! interface r13-eth0 ip ospf hello-interval 2 diff --git a/tests/topotests/pim_acl/r13/pimd.conf b/tests/topotests/pim_acl/r13/pimd.conf index 2ff1743574..5e44879306 100644 --- a/tests/topotests/pim_acl/r13/pimd.conf +++ b/tests/topotests/pim_acl/r13/pimd.conf @@ -1,10 +1,10 @@ hostname r13 ! -debug pim events -debug pim packets -debug pim trace -debug pim zebra -debug pim bsm +! debug pim events +! debug pim packets +! debug pim trace +! debug pim zebra +! debug pim bsm ! ip pim rp 192.168.0.13 239.100.0.32/27 ip pim join-prune-interval 5 diff --git a/tests/topotests/pim_acl/r14/ospfd.conf b/tests/topotests/pim_acl/r14/ospfd.conf index 422e4c08b0..e5cf8e2567 100644 --- a/tests/topotests/pim_acl/r14/ospfd.conf +++ b/tests/topotests/pim_acl/r14/ospfd.conf @@ -1,6 +1,6 @@ hostname r14 ! -debug ospf event +! debug ospf event ! interface r14-eth0 ip ospf hello-interval 2 diff --git a/tests/topotests/pim_acl/r14/pimd.conf b/tests/topotests/pim_acl/r14/pimd.conf index 1324a9e40b..42beb2ab08 100644 --- a/tests/topotests/pim_acl/r14/pimd.conf +++ b/tests/topotests/pim_acl/r14/pimd.conf @@ -1,10 +1,10 @@ hostname r14 ! -debug pim events -debug pim packets -debug pim trace -debug pim zebra -debug pim bsm +! debug pim events +! debug pim packets +! debug pim trace +! debug pim zebra +! debug pim bsm ! ip pim rp 192.168.0.14 239.100.0.96/28 ip pim rp 192.168.0.14 239.100.0.128/25 diff --git a/tests/topotests/pim_acl/r15/ospfd.conf b/tests/topotests/pim_acl/r15/ospfd.conf index cd4d7b3875..cc58325e2b 100644 --- a/tests/topotests/pim_acl/r15/ospfd.conf +++ b/tests/topotests/pim_acl/r15/ospfd.conf @@ -1,6 +1,6 @@ hostname r15 ! -debug ospf event +! debug ospf event ! interface r15-eth0 ip ospf hello-interval 2 diff --git a/tests/topotests/pim_acl/r15/pimd.conf b/tests/topotests/pim_acl/r15/pimd.conf index f47e78c221..d5a0450067 100644 --- a/tests/topotests/pim_acl/r15/pimd.conf +++ b/tests/topotests/pim_acl/r15/pimd.conf @@ -1,10 +1,10 @@ hostname r15 ! -debug pim events -debug pim packets -debug pim trace -debug pim zebra -debug pim bsm +! debug pim events +! debug pim packets +! debug pim trace +! debug pim zebra +! debug pim bsm ! ip pim rp 192.168.0.15 239.100.0.64/28 ip pim join-prune-interval 5 diff --git a/tests/topotests/pim_igmp_vrf/r1/ospfd.conf b/tests/topotests/pim_igmp_vrf/r1/ospfd.conf index 263b5867cc..88eb5a8a05 100644 --- a/tests/topotests/pim_igmp_vrf/r1/ospfd.conf +++ b/tests/topotests/pim_igmp_vrf/r1/ospfd.conf @@ -1,6 +1,6 @@ hostname r1 ! -debug ospf event +! debug ospf event ! ! interface r1-eth1 diff --git a/tests/topotests/pim_igmp_vrf/r1/pimd.conf b/tests/topotests/pim_igmp_vrf/r1/pimd.conf index f04c255de9..040c3d01b1 100644 --- a/tests/topotests/pim_igmp_vrf/r1/pimd.conf +++ b/tests/topotests/pim_igmp_vrf/r1/pimd.conf @@ -1,12 +1,12 @@ hostname r1 ! -debug igmp events -debug igmp packets -debug pim events -debug pim packets -debug pim trace -debug pim zebra -debug pim bsm +! debug igmp events +! debug igmp packets +! debug pim events +! debug pim packets +! debug pim trace +! debug pim zebra +! debug pim bsm ! interface r1-eth0 ip igmp diff --git a/tests/topotests/pim_igmp_vrf/r11/ospfd.conf b/tests/topotests/pim_igmp_vrf/r11/ospfd.conf index e107220a4e..86fb66db61 100644 --- a/tests/topotests/pim_igmp_vrf/r11/ospfd.conf +++ b/tests/topotests/pim_igmp_vrf/r11/ospfd.conf @@ -1,6 +1,6 @@ hostname r11 ! -debug ospf event +! debug ospf event ! interface r11-eth0 ip ospf hello-interval 2 diff --git a/tests/topotests/pim_igmp_vrf/r11/pimd.conf b/tests/topotests/pim_igmp_vrf/r11/pimd.conf index b1d45205da..3e409ddd31 100644 --- a/tests/topotests/pim_igmp_vrf/r11/pimd.conf +++ b/tests/topotests/pim_igmp_vrf/r11/pimd.conf @@ -1,10 +1,10 @@ hostname r11 ! -debug pim events -debug pim packets -debug pim trace -debug pim zebra -debug pim bsm +! debug pim events +! debug pim packets +! debug pim trace +! debug pim zebra +! debug pim bsm ! ip pim rp 192.168.0.11 239.100.0.0/28 ip pim join-prune-interval 5 diff --git a/tests/topotests/pim_igmp_vrf/r12/ospfd.conf b/tests/topotests/pim_igmp_vrf/r12/ospfd.conf index 03acc82c1d..f0dcabece2 100644 --- a/tests/topotests/pim_igmp_vrf/r12/ospfd.conf +++ b/tests/topotests/pim_igmp_vrf/r12/ospfd.conf @@ -1,6 +1,6 @@ hostname r12 ! -debug ospf event +! debug ospf event ! interface r12-eth0 ip ospf hello-interval 2 diff --git a/tests/topotests/pim_igmp_vrf/r12/pimd.conf b/tests/topotests/pim_igmp_vrf/r12/pimd.conf index 5cb76efa22..2c308f7818 100644 --- a/tests/topotests/pim_igmp_vrf/r12/pimd.conf +++ b/tests/topotests/pim_igmp_vrf/r12/pimd.conf @@ -1,10 +1,10 @@ hostname r12 ! -debug pim events -debug pim packets -debug pim trace -debug pim zebra -debug pim bsm +! debug pim events +! debug pim packets +! debug pim trace +! debug pim zebra +! debug pim bsm ! ip pim rp 192.168.0.12 239.100.0.0/28 ip pim join-prune-interval 5 diff --git a/tests/topotests/ripng_topo1/r1/ripngd.conf b/tests/topotests/ripng_topo1/r1/ripngd.conf index 07ed7296d9..1312dc0b63 100644 --- a/tests/topotests/ripng_topo1/r1/ripngd.conf +++ b/tests/topotests/ripng_topo1/r1/ripngd.conf @@ -1,8 +1,8 @@ log file ripngd.log ! -debug ripng events -debug ripng packet -debug ripng zebra +! debug ripng events +! debug ripng packet +! debug ripng zebra ! router ripng timers basic 5 180 5 diff --git a/tests/topotests/ripng_topo1/r2/ripngd.conf b/tests/topotests/ripng_topo1/r2/ripngd.conf index ef2c42195d..8511bdb457 100644 --- a/tests/topotests/ripng_topo1/r2/ripngd.conf +++ b/tests/topotests/ripng_topo1/r2/ripngd.conf @@ -1,8 +1,8 @@ log file ripngd.log ! -debug ripng events -debug ripng packet -debug ripng zebra +! debug ripng events +! debug ripng packet +! debug ripng zebra ! router ripng timers basic 5 180 5 diff --git a/tests/topotests/ripng_topo1/r3/ripngd.conf b/tests/topotests/ripng_topo1/r3/ripngd.conf index 506eaac442..c3cada44af 100644 --- a/tests/topotests/ripng_topo1/r3/ripngd.conf +++ b/tests/topotests/ripng_topo1/r3/ripngd.conf @@ -1,8 +1,8 @@ log file ripngd.log ! -debug ripng events -debug ripng packet -debug ripng zebra +! debug ripng events +! debug ripng packet +! debug ripng zebra ! router ripng timers basic 5 180 5 diff --git a/tests/topotests/simple_snmp_test/r1/isisd.conf b/tests/topotests/simple_snmp_test/r1/isisd.conf index b5ca993da3..1a148f0628 100644 --- a/tests/topotests/simple_snmp_test/r1/isisd.conf +++ b/tests/topotests/simple_snmp_test/r1/isisd.conf @@ -1,7 +1,7 @@ log stdout debugging ! -debug isis route-events -debug isis events +! debug isis route-events +! debug isis events ! interface r1-eth0 ip router isis ISIS1 diff --git a/tests/topotests/srv6_locator/r1/zebra.conf b/tests/topotests/srv6_locator/r1/zebra.conf index d0c0232073..85001d710e 100644 --- a/tests/topotests/srv6_locator/r1/zebra.conf +++ b/tests/topotests/srv6_locator/r1/zebra.conf @@ -1,7 +1,7 @@ hostname r1 ! -debug zebra events -debug zebra rib detailed +! debug zebra events +! debug zebra rib detailed ! log stdout notifications log monitor notifications diff --git a/tests/topotests/zebra_seg6_route/r1/zebra.conf b/tests/topotests/zebra_seg6_route/r1/zebra.conf index ad661e116b..e5e360ffa5 100644 --- a/tests/topotests/zebra_seg6_route/r1/zebra.conf +++ b/tests/topotests/zebra_seg6_route/r1/zebra.conf @@ -4,9 +4,9 @@ log stdout notifications log monitor notifications log commands ! -debug zebra packet -debug zebra dplane -debug zebra kernel msgdump +! debug zebra packet +! debug zebra dplane +! debug zebra kernel msgdump ! interface dum0 ipv6 address 2001::1/64 diff --git a/tests/topotests/zebra_seg6local_route/r1/zebra.conf b/tests/topotests/zebra_seg6local_route/r1/zebra.conf index 22eb88098b..dee7a9171a 100644 --- a/tests/topotests/zebra_seg6local_route/r1/zebra.conf +++ b/tests/topotests/zebra_seg6local_route/r1/zebra.conf @@ -4,6 +4,6 @@ log stdout notifications log monitor notifications log commands ! -debug zebra packet -debug zebra dplane -debug zebra kernel msgdump +! debug zebra packet +! debug zebra dplane +! debug zebra kernel msgdump