diff options
author | David Lamparter <equinox@diac24.net> | 2019-04-24 17:19:09 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-07-03 16:58:26 +0200 |
commit | 584470fb5fc611580367ff2cf15b3ab8e07ef92c (patch) | |
tree | 4c88b591ccb863646811daa7465de7f1aaa97d25 /bgpd/bgp_dump.h | |
parent | bgpd: add instance delete & config write hooks (diff) | |
download | frr-584470fb5fc611580367ff2cf15b3ab8e07ef92c.tar.xz frr-584470fb5fc611580367ff2cf15b3ab8e07ef92c.zip |
bgpd: add & use bgp packet dump hook
The MRT dump code is already hooked in at the right places to write out
packets; the BMP code needs exactly the same access so let's make this
a hook.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_dump.h')
-rw-r--r-- | bgpd/bgp_dump.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_dump.h b/bgpd/bgp_dump.h index f73081b2e..5ec0561b0 100644 --- a/bgpd/bgp_dump.h +++ b/bgpd/bgp_dump.h @@ -52,6 +52,5 @@ extern void bgp_dump_init(void); extern void bgp_dump_finish(void); extern void bgp_dump_state(struct peer *, int, int); -extern void bgp_dump_packet(struct peer *, int, struct stream *); #endif /* _QUAGGA_BGP_DUMP_H */ |