From 8cb40c91cdfb00ddf04e88d3ecd40403890d90f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 30 Mar 2016 13:44:03 +0300 Subject: cumulus take-3 --- tests/bgp_capability_test.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'tests/bgp_capability_test.c') diff --git a/tests/bgp_capability_test.c b/tests/bgp_capability_test.c index a3813518..c53b0590 100644 --- a/tests/bgp_capability_test.c +++ b/tests/bgp_capability_test.c @@ -26,6 +26,7 @@ #include "privs.h" #include "memory.h" #include "filter.h" +#include "linklist.h" #include "bgpd/bgpd.h" #include "bgpd/bgp_open.h" @@ -635,15 +636,11 @@ main (void) struct peer *peer; int i, j; - conf_bgp_debug_fsm = -1UL; - conf_bgp_debug_events = -1UL; + conf_bgp_debug_neighbor_events = -1UL; conf_bgp_debug_packet = -1UL; - conf_bgp_debug_normal = -1UL; conf_bgp_debug_as4 = -1UL; - term_bgp_debug_fsm = -1UL; - term_bgp_debug_events = -1UL; + term_bgp_debug_neighbor_events = -1UL; term_bgp_debug_packet = -1UL; - term_bgp_debug_normal = -1UL; term_bgp_debug_as4 = -1UL; master = thread_master_create (); -- cgit v1.2.3