summaryrefslogtreecommitdiff
path: root/bgpd/bgp_debug.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2020-07-14 15:37:14 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2020-07-14 15:38:20 -0400
commit1d4cfa5de1ab31b1a74e57d17af80f324a20d1bb (patch)
treefa4f619efa6662896337e132d87ae8675f33af73 /bgpd/bgp_debug.h
parent35d78b8b8686e4aba447b94cd9707094641718ea (diff)
Revert "Rpki Encapsulation"revert-5015-rpki_vrf_encapsulation
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r--bgpd/bgp_debug.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h
index e021f19c45..69f25566a9 100644
--- a/bgpd/bgp_debug.h
+++ b/bgpd/bgp_debug.h
@@ -21,15 +21,9 @@
#ifndef _QUAGGA_BGP_DEBUG_H
#define _QUAGGA_BGP_DEBUG_H
-#include "hook.h"
-#include "vty.h"
-
#include "bgp_attr.h"
#include "bgp_updgrp.h"
-DECLARE_HOOK(bgp_hook_config_write_debug, (struct vty *vty, bool running),
- (vty, running))
-
/* sort of packet direction */
#define DUMP_ON 1
#define DUMP_SEND 2