]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_vnc_types.h
bgpd isisd lib: fix return on void functions
[mirror_frr.git] / bgpd / bgp_vnc_types.h
index e97a47e1a349461db304f9c889059c96f4c7ba4f..f4202ff75e9f1728c69a6f354031d8e182d50128 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright 2015-2016, LabN Consulting, L.L.C.
  *
  * This program is free software; you can redistribute it and/or
 
 #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 */