]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_vrf.h
Merge pull request #1314 from donaldsharp/pim_rpf_address
[mirror_frr.git] / zebra / zebra_vrf.h
index dca53bb9f3b746555f68ea0a7451a5a992b4479e..1dfc0b3eb8b11f941209e6cb8a372ef49a377d93 100644 (file)
@@ -102,11 +102,18 @@ struct zebra_vrf {
         * VNI hash table (for EVPN). Only in default instance.
         */
        struct hash *vni_table;
+
        /*
-        * Whether EVPN is enabled or not.
+        * Whether EVPN is enabled or not. Only in default instance.
         */
        int advertise_all_vni;
 
+       /*
+        * Whether we are advertising g/w macip in EVPN or not.
+        * Only in default instance.
+        */
+       int advertise_gw_macip;
+
        /* Route Installs */
        uint64_t installs;
        uint64_t removals;