]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_attr.h
Merge pull request #6105 from vivek-cumulus/bgp_link_bandwidth_unequal_cost_multipath
[mirror_frr.git] / bgpd / bgp_attr.h
index a6964c465320c8223500072b123036d20e6f5927..6e91957f6a12e6f92de8dda039fc4c73659dc25c 100644 (file)
@@ -87,7 +87,7 @@ struct bgp_attr_encap_subtlv {
        uint8_t value[0]; /* will be extended */
 };
 
-#if ENABLE_BGP_VNC
+#ifdef ENABLE_BGP_VNC
 /*
  * old rfp<->rfapi representation
  */
@@ -233,7 +233,7 @@ struct attr {
        uint16_t encap_tunneltype;                   /* grr */
        struct bgp_attr_encap_subtlv *encap_subtlvs; /* rfc5512 */
 
-#if ENABLE_BGP_VNC
+#ifdef ENABLE_BGP_VNC
        struct bgp_attr_encap_subtlv *vnc_subtlvs; /* VNC-specific */
 #endif
        /* EVPN */