mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 01:15:12 +00:00
Merge pull request #9292 from mobash-rasool/ospfv3-bug2
ospfv3 is showing enabled on loopback interface although it is not
This commit is contained in:
commit
9a809258aa
@ -971,6 +971,10 @@ static const char *ospf6_iftype_str(uint8_t iftype)
|
|||||||
return "UNKNOWN";
|
return "UNKNOWN";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if CONFDATE > 20220709
|
||||||
|
CPP_NOTICE("Time to remove ospf6Enabled from JSON output")
|
||||||
|
#endif
|
||||||
|
|
||||||
/* show specified interface structure */
|
/* show specified interface structure */
|
||||||
static int ospf6_interface_show(struct vty *vty, struct interface *ifp,
|
static int ospf6_interface_show(struct vty *vty, struct interface *ifp,
|
||||||
json_object *json_obj, bool use_json)
|
json_object *json_obj, bool use_json)
|
||||||
|
Loading…
Reference in New Issue
Block a user