diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2022-01-12 14:25:17 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-12 14:25:17 +0300 |
| commit | 9a809258aaeaea619f7323ae1bfc79eb1d5762f8 (patch) | |
| tree | c661019cac72fa9d4b0baf7567fef0a53b0d6e09 /ospf6d/ospf6_interface.c | |
| parent | db8b4ce8f701709578a995f6889feecd56a325af (diff) | |
| parent | 40a0880941c1636877c67c175485336e2b23b812 (diff) | |
Merge pull request #9292 from mobash-rasool/ospfv3-bug2
ospfv3 is showing enabled on loopback interface although it is not
Diffstat (limited to 'ospf6d/ospf6_interface.c')
| -rw-r--r-- | ospf6d/ospf6_interface.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index a0c921f419..faa92c0dc1 100644 --- a/ospf6d/ospf6_interface.c +++ b/ospf6d/ospf6_interface.c @@ -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) |
