]> git.proxmox.com Git - mirror_frr.git/blob - bgpd/bgp_vnc_types.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / bgpd / bgp_vnc_types.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * Copyright 2015-2016, LabN Consulting, L.L.C.
4 */
5
6 #ifndef _QUAGGA_BGP_VNC_TYPES_H
7 #define _QUAGGA_BGP_VNC_TYPES_H
8
9 #ifdef ENABLE_BGP_VNC
10 typedef enum {
11 BGP_VNC_SUBTLV_TYPE_LIFETIME = 1,
12 BGP_VNC_SUBTLV_TYPE_RFPOPTION = 2, /* deprecated */
13 } bgp_vnc_subtlv_types;
14
15 #endif /* ENABLE_BGP_VNC */
16 #endif /* _QUAGGA_BGP_VNC_TYPES_H */