From e51c6dd2568dae7ce9276228e94ae0872d3375a3 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Sat, 7 Dec 2024 17:01:43 +0200 Subject: zebra: add deprecation notice for no-op netns command Signed-off-by: Igor Ryzhov --- zebra/zebra_cli.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zebra/zebra_cli.c') diff --git a/zebra/zebra_cli.c b/zebra/zebra_cli.c index 6ee0fdbb8d..ca53eb2eb3 100644 --- a/zebra/zebra_cli.c +++ b/zebra/zebra_cli.c @@ -2252,6 +2252,9 @@ static void lib_vrf_mpls_fec_nexthop_resolution_cli_write( } } +#if CONFDATE > 20251207 +CPP_NOTICE("Remove no-op netns command") +#endif DEFPY_YANG (vrf_netns, vrf_netns_cmd, "[no] netns ![NAME$netns_name]", -- cgit v1.2.3