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