mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 11:02:33 +00:00
Merge pull request #7053 from mjstapp/fix_ospf6_intf_sa
ospf6d: fix SA warning
This commit is contained in:
commit
80334e5acf
@ -1031,7 +1031,10 @@ static int ospf6_interface_show_traffic(struct vty *vty,
|
||||
struct vrf *vrf = NULL;
|
||||
struct ospf6_interface *oi = NULL;
|
||||
|
||||
vrf = vrf_lookup_by_id(intf_ifp->vrf_id);
|
||||
if (intf_ifp)
|
||||
vrf = vrf_lookup_by_id(intf_ifp->vrf_id);
|
||||
else
|
||||
vrf = vrf_lookup_by_id(VRF_DEFAULT);
|
||||
|
||||
if (!display_once) {
|
||||
vty_out(vty, "\n");
|
||||
|
Loading…
Reference in New Issue
Block a user