diff --git a/zebra/interface.c b/zebra/interface.c index d4fc96abc2..52141a84de 100644 --- a/zebra/interface.c +++ b/zebra/interface.c @@ -1369,10 +1369,10 @@ static void if_dump_vty(struct vty *vty, struct interface *ifp) vty_out(vty, " VTEP IP: %s", inet_ntoa(vxlan_info->vtep_ip)); if (vxlan_info->access_vlan) - vty_out(vty, " Access VLAN Id %u", + vty_out(vty, " Access VLAN Id %u\n", vxlan_info->access_vlan); if (vxlan_info->mcast_grp.s_addr != INADDR_ANY) - vty_out(vty, " Mcast %s", + vty_out(vty, " Mcast Group %s", inet_ntoa(vxlan_info->mcast_grp)); vty_out(vty, "\n"); } diff --git a/zebra/zebra_vxlan.c b/zebra/zebra_vxlan.c index aa85af649d..22c489e607 100644 --- a/zebra/zebra_vxlan.c +++ b/zebra/zebra_vxlan.c @@ -8681,7 +8681,7 @@ int zebra_vxlan_if_add(struct interface *ifp) addr_buf2, INET_ADDRSTRLEN); zlog_debug( - "Add L2-VNI %u VRF %s intf %s(%u) VLAN %u local IP %s mcast %s master %u", + "Add L2-VNI %u VRF %s intf %s(%u) VLAN %u local IP %s mcast_grp %s master %u", vni, vlan_if ? vrf_id_to_name(vlan_if->vrf_id) : VRF_DEFAULT_NAME,