summaryrefslogtreecommitdiff
path: root/zebra/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/interface.h')
-rw-r--r--zebra/interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/interface.h b/zebra/interface.h
index 54ad91a0b2..e5b9841cd1 100644
--- a/zebra/interface.h
+++ b/zebra/interface.h
@@ -132,6 +132,9 @@ struct zebra_if {
/* Linkdown status */
bool linkdown;
+ /* Is Multicast Forwarding on? */
+ bool v4mcast_on;
+
/* Router advertise configuration. */
uint8_t rtadv_enable;