]> git.proxmox.com Git - mirror_frr.git/blob - bgpd/rfapi/vnc_export_bgp.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / bgpd / rfapi / vnc_export_bgp.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 *
4 * Copyright 2009-2016, LabN Consulting, L.L.C.
5 *
6 */
7
8 #ifndef _QUAGGA_RFAPI_VNC_EXPORT_BGP_H_
9 #define _QUAGGA_RFAPI_VNC_EXPORT_BGP_H_
10
11 #include "lib/zebra.h"
12 #include "lib/prefix.h"
13
14 #include "bgpd/bgpd.h"
15 #include "bgpd/bgp_route.h"
16
17
18 extern void vnc_direct_bgp_rh_reexport(struct bgp *bgp, afi_t afi);
19
20 extern void vnc_export_bgp_prechange(struct bgp *bgp);
21
22 extern void vnc_export_bgp_postchange(struct bgp *bgp);
23
24 extern void vnc_export_bgp_enable(struct bgp *bgp, afi_t afi);
25
26 extern void vnc_export_bgp_disable(struct bgp *bgp, afi_t afi);
27
28 #endif /* _QUAGGA_RFAPI_VNC_EXPORT_BGP_H_ */