]> git.proxmox.com Git - mirror_frr.git/blob - bgpd/rfp-example/librfp/rfp.h
*: auto-convert to SPDX License IDs
[mirror_frr.git] / bgpd / rfp-example / librfp / rfp.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 *
4 * Copyright 2015-2016, LabN Consulting, L.L.C.
5 *
6 */
7
8 /* Sample header file */
9 #ifndef _RFP_H
10 #define _RFP_H
11
12 #include "bgpd/rfapi/rfapi.h"
13 extern int bgp_rfp_cfg_write(void *vty, void *bgp);
14 /* TO BE REMOVED */
15 void rfp_clear_vnc_nve_all(void);
16
17 #endif /* _RFP_H */