]> git.puffer.fish Git - mirror/frr.git/commitdiff
ospf6d: remove ospf6Enabled from json output after deprecation cycle 9292/head
authorMobashshera Rasool <mrasool@vmware.com>
Wed, 4 Aug 2021 12:00:10 +0000 (05:00 -0700)
committerMobashshera Rasool <mrasool@vmware.com>
Mon, 10 Jan 2022 11:50:16 +0000 (03:50 -0800)
Since ospf6Enabled and attachedToArea are denoting the same thing.
It is decided to remove ospf6Enabled from json output to make
CLI and json output similar.

Fixes: #9286
Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
ospf6d/ospf6_interface.c

index a169b9c60e9a3d3ce78f5fda2f46c532ff4f0554..e0067d6d84d08b162c9d952902ffb4f183c46016 100644 (file)
@@ -943,6 +943,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)