diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-02-01 10:26:41 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-02-01 10:29:02 -0500 |
| commit | 0876b4c1b8ee835cfa442d94a6e9938e53b3a32a (patch) | |
| tree | 7064eec675b838d44a80a2715f874cd783f5f432 /vtysh | |
| parent | aa16204dfbff980a345dabef38ecf9d368b03879 (diff) | |
vtysh: Schedule shell access for deprecation
Schedule shell access for deprecation and removal in
a years time.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'vtysh')
| -rw-r--r-- | vtysh/vtysh.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index 7885188483..acc984ced7 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -4014,6 +4014,9 @@ DEFUN (vtysh_traceroute6, return CMD_SUCCESS; } +#if CONFDATE > 20240201 +CPP_NOTICE("Remove HAVE_SHELL_ACCESS and it's documentation"); +#endif #if defined(HAVE_SHELL_ACCESS) DEFUN (vtysh_telnet, vtysh_telnet_cmd, |
