diff options
Diffstat (limited to 'tests/bgp_capability_test.c')
-rw-r--r-- | tests/bgp_capability_test.c | 9 |
1 files changed, 3 insertions, 6 deletions
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 (); |