Skip to content

Commit

Permalink
zebra: add deprecation notice for no-op netns command
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Ryzhov <[email protected]>
  • Loading branch information
idryzhov committed Dec 7, 2024
1 parent 8fa4301 commit 561aa6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zebra/zebra_cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit 561aa6d

Please sign in to comment.