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:
Igor Ryzhov 2022-01-12 14:25:17 +03:00 committed by GitHub
commit 9a809258aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)