diff options
| author | Igor Ryzhov <idryzhov@gmail.com> | 2024-12-07 17:01:43 +0200 |
|---|---|---|
| committer | Igor Ryzhov <idryzhov@gmail.com> | 2024-12-07 17:02:58 +0200 |
| commit | e51c6dd2568dae7ce9276228e94ae0872d3375a3 (patch) | |
| tree | 07c2128e34e5f40677162abca8a38f9c6e9af8fe /zebra/zebra_cli.c | |
| parent | c3bffa92777060bd5ae48d8dc347e600ba086249 (diff) | |
zebra: add deprecation notice for no-op netns command
Signed-off-by: Igor Ryzhov <idryzhov@gmail.com>
Diffstat (limited to 'zebra/zebra_cli.c')
| -rw-r--r-- | zebra/zebra_cli.c | 3 |
1 files changed, 3 insertions, 0 deletions
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]", |
