]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: fix missing name of default vrf
authoranlan_cs <vic.lan@pica8.com>
Sat, 5 Feb 2022 21:36:54 +0000 (16:36 -0500)
committeranlan_cs <vic.lan@pica8.com>
Sun, 6 Feb 2022 00:42:05 +0000 (19:42 -0500)
commit2b94e4b69ee2a883f9902920fd2b9d22614a2488
treed72ffa2b68a8fc19abec4c308b4ac9a16d905c63
parent868efb9e9f6aa5b2475f51347c5768146f04e701
bgpd: fix missing name of default vrf

Before:
(config-router-af)# advertise-all-vni
% Please unconfigure EVPN in VRF (null)

After:
(config-router-af)# advertise-all-vni
% Please unconfigure EVPN in VRF default

Just use `bgp->name_pretty` to make it pretty.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
bgpd/bgp_evpn_vty.c