]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_vrf.h
Merge branch 'master' into evpn-session-vrf
[mirror_frr.git] / zebra / zebra_vrf.h
index 502fc343c5805b5cffd857b00e7b2d3b05935e1e..524c175b79cd1c21e3d2b60a4325de450aa1c083 100644 (file)
@@ -111,18 +111,18 @@ struct zebra_vrf {
 #define MPLS_FLAG_SCHEDULE_LSPS    (1 << 0)
 
        /*
-        * VNI hash table (for EVPN). Only in default instance.
+        * VNI hash table (for EVPN). Only in the EVPN instance.
         */
        struct hash *vni_table;
 
        /*
-        * Whether EVPN is enabled or not. Only in default instance.
+        * Whether EVPN is enabled or not. Only in the EVPN instance.
         */
        int advertise_all_vni;
 
        /*
         * Whether we are advertising g/w macip in EVPN or not.
-        * Only in default instance.
+        * Only in the EVPN instance.
         */
        int advertise_gw_macip;