summaryrefslogtreecommitdiff
path: root/zebra/zebra_vrf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_vrf.h')
-rw-r--r--zebra/zebra_vrf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/zebra/zebra_vrf.h b/zebra/zebra_vrf.h
index dca53bb9f3..6e2dc613df 100644
--- a/zebra/zebra_vrf.h
+++ b/zebra/zebra_vrf.h
@@ -107,6 +107,11 @@ struct zebra_vrf {
*/
int advertise_all_vni;
+ /*
+ * Whether we are advertising g/w macip in EVPN or not.
+ */
+ int advertise_gw_macip;
+
/* Route Installs */
uint64_t installs;
uint64_t removals;