mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 22:09:48 +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";
|
||||
}
|
||||
|
||||
#if CONFDATE > 20220709
|
||||
CPP_NOTICE("Time to remove ospf6Enabled from JSON output")
|
||||
#endif
|
||||
|
||||
/* show specified interface structure */
|
||||
static int ospf6_interface_show(struct vty *vty, struct interface *ifp,
|
||||
json_object *json_obj, bool use_json)
|
||||
|
Loading…
Reference in New Issue
Block a user