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