diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-03-30 13:44:03 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-03-30 14:29:40 +0300 |
commit | 8cb40c91cdfb00ddf04e88d3ecd40403890d90f7 (patch) | |
tree | 6d6a3de27525820abb740f1fa8347b6f03986bad /tests/bgp_capability_test.c | |
parent | 86c5d2ee68f7b9c00ae4aeb5c8b3c5d82c5ebffc (diff) | |
download | quagga-8cb40c91cdfb00ddf04e88d3ecd40403890d90f7.tar.bz2 quagga-8cb40c91cdfb00ddf04e88d3ecd40403890d90f7.tar.xz |
cumulus take-3cumulus-take-3
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 (); |