]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_router.h
Merge pull request #6738 from deastoe/frr-reload-log-level
[mirror_frr.git] / zebra / zebra_router.h
index 863c5fa71caf536001a29be677f1ad9193e71801..f73a8f2d59f6272aae95e787b904c67ca745732f 100644 (file)
@@ -125,6 +125,12 @@ struct zebra_router {
        /* L3-VNI hash table (for EVPN). Only in default instance */
        struct hash *l3vni_table;
 
+       /* Tables and other global info maintained for EVPN multihoming */
+       struct zebra_evpn_mh_info *mh_info;
+
+       /* EVPN MH broadcast domains indexed by the VID */
+       struct hash *evpn_vlan_table;
+
        struct hash *rules_hash;
 
        struct hash *ipset_hash;