mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 18:27:21 +00:00
zebra: the default vrf name in vxlan is correctly set
the default vrf name was hardset to "Default", whereas the default vrf name could have been configured in an other manner. Fix this inconsistency. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
03a6facfd3
commit
08ab35fe0e
@ -8395,7 +8395,7 @@ int zebra_vxlan_if_add(struct interface *ifp)
|
||||
"Add L2-VNI %u VRF %s intf %s(%u) VLAN %u local IP %s master %u",
|
||||
vni,
|
||||
vlan_if ? vrf_id_to_name(vlan_if->vrf_id)
|
||||
: "Default",
|
||||
: VRF_DEFAULT_NAME,
|
||||
ifp->name, ifp->ifindex, vxl->access_vlan,
|
||||
inet_ntoa(vxl->vtep_ip),
|
||||
zif->brslave_info.bridge_ifindex);
|
||||
|
Loading…
Reference in New Issue
Block a user