mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 04:50:29 +00:00
bgpd: All paths bgp_vrf have already been derefed
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
59402d840e
commit
cc64917540
@ -424,7 +424,7 @@ static void display_l3vni(struct vty *vty, struct bgp *bgp_vrf,
|
|||||||
}
|
}
|
||||||
vty_out(vty, " Advertise-gw-macip : %s\n", "n/a");
|
vty_out(vty, " Advertise-gw-macip : %s\n", "n/a");
|
||||||
vty_out(vty, " Advertise-svi-macip : %s\n", "n/a");
|
vty_out(vty, " Advertise-svi-macip : %s\n", "n/a");
|
||||||
if (bgp_vrf && bgp_vrf->evpn_info) {
|
if (bgp_vrf->evpn_info) {
|
||||||
vty_out(vty, " Advertise-pip: %s\n",
|
vty_out(vty, " Advertise-pip: %s\n",
|
||||||
bgp_vrf->evpn_info->advertise_pip ? "Yes"
|
bgp_vrf->evpn_info->advertise_pip ? "Yes"
|
||||||
: "No");
|
: "No");
|
||||||
|
Loading…
Reference in New Issue
Block a user