summaryrefslogtreecommitdiffstats
path: root/tests/bgp_mp_attr_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bgp_mp_attr_test.c')
-rw-r--r--tests/bgp_mp_attr_test.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/bgp_mp_attr_test.c b/tests/bgp_mp_attr_test.c
index 5400dd17..2df2a2e6 100644
--- a/tests/bgp_mp_attr_test.c
+++ b/tests/bgp_mp_attr_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_attr.h"
@@ -742,15 +743,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 ();