From a330e8170ddf713e030589d3312f7df19c6a240e Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Sun, 12 May 2019 20:41:29 +0000 Subject: [PATCH] bgp_l3vpn_to_bgp_vrf: disable bgp debug logging Signed-off-by: Lou Berger --- tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/bgpd.conf | 2 +- tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/bgpd.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/bgpd.conf b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/bgpd.conf index 2004612557..c4b6ac9bb4 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/bgpd.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/bgpd.conf @@ -7,7 +7,7 @@ log monitor notifications log commands log file bgpd.log -debug bgp vpn label +#debug bgp vpn label router bgp 5226 bgp router-id 3.3.3.3 bgp cluster-id 3.3.3.3 diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/bgpd.conf b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/bgpd.conf index b2df5990ce..6295406e69 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/bgpd.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/bgpd.conf @@ -7,9 +7,9 @@ log monitor notifications log commands log file bgpd.log debug -debug bgp vpn label -debug bgp nht -debug bgp zebra +#debug bgp vpn label +#debug bgp nht +#debug bgp zebra router bgp 5226 bgp router-id 4.4.4.4 -- 2.39.5