]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_route.h
bgpd: evpn pip handle svi ip route
[mirror_frr.git] / bgpd / bgp_route.h
index a710873ea7936da75eebd7779c53c57b0da04869..b9f3f3f7620119988f3cc6eebb11673c287ba0c4 100644 (file)
@@ -114,6 +114,10 @@ struct bgp_path_info_extra {
        mpls_label_t label[BGP_MAX_LABELS];
        uint32_t num_labels;
 
+       /* af specific flags */
+       uint16_t af_flags;
+#define BGP_EVPN_MACIP_TYPE_SVI_IP (1 << 0)
+
 #if ENABLE_BGP_VNC
        union {