X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=bgpd%2Fbgp_vnc_types.h;h=f4202ff75e9f1728c69a6f354031d8e182d50128;hb=a7001650c8b5f1bd37f5f678e82920710fd4a4b7;hp=e97a47e1a349461db304f9c889059c96f4c7ba4f;hpb=934ec54171eb067277a46427acd96b4c3cfde2c1;p=mirror_frr.git diff --git a/bgpd/bgp_vnc_types.h b/bgpd/bgp_vnc_types.h index e97a47e1a..f4202ff75 100644 --- a/bgpd/bgp_vnc_types.h +++ b/bgpd/bgp_vnc_types.h @@ -1,4 +1,4 @@ -/* +/* * Copyright 2015-2016, LabN Consulting, L.L.C. * * This program is free software; you can redistribute it and/or @@ -21,20 +21,9 @@ #if ENABLE_BGP_VNC typedef enum { - BGP_VNC_SUBTLV_TYPE_LIFETIME=1, - BGP_VNC_SUBTLV_TYPE_RFPOPTION=2, /* deprecated */ + BGP_VNC_SUBTLV_TYPE_LIFETIME = 1, + BGP_VNC_SUBTLV_TYPE_RFPOPTION = 2, /* deprecated */ } bgp_vnc_subtlv_types; -/* - * VNC Attribute subtlvs - */ -struct bgp_vnc_subtlv_lifetime { - uint32_t lifetime; -}; - -struct bgp_vnc_subtlv_unaddr { - struct prefix un_address; /* IPv4 or IPv6; pfx length ignored */ -}; - -#endif /* ENABLE_BGP_VNC */ +#endif /* ENABLE_BGP_VNC */ #endif /* _QUAGGA_BGP_VNC_TYPES_H */