summaryrefslogtreecommitdiff
path: root/zebra/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/interface.c')
-rw-r--r--zebra/interface.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/interface.c b/zebra/interface.c
index 229f9c1da4..d4fc96abc2 100644
--- a/zebra/interface.c
+++ b/zebra/interface.c
@@ -1371,6 +1371,9 @@ static void if_dump_vty(struct vty *vty, struct interface *ifp)
if (vxlan_info->access_vlan)
vty_out(vty, " Access VLAN Id %u",
vxlan_info->access_vlan);
+ if (vxlan_info->mcast_grp.s_addr != INADDR_ANY)
+ vty_out(vty, " Mcast %s",
+ inet_ntoa(vxlan_info->mcast_grp));
vty_out(vty, "\n");
}