diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-04-18 01:33:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-18 01:33:07 -0500 |
| commit | 8e7fb950c13779d700fa79f82423bfcb64974b39 (patch) | |
| tree | 7496b633e95d0b25ca1d2eda9b059ef7769568e4 /lib/command.c | |
| parent | 8ea02843dcf04f76d9defa98ba8ffd84e1e64ed8 (diff) | |
| parent | 57811a53ba65f755cb2ff9cdc682b8a249144ffa (diff) | |
Merge pull request #15770 from idryzhov/fix-yang-exit
lib, zebra: fix exit commands
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index 0288ab7599..51f2529e3e 100644 --- a/lib/command.c +++ b/lib/command.c @@ -1374,7 +1374,7 @@ DEFUN (disable, } /* Down vty node level. */ -DEFUN (config_exit, +DEFUN_YANG (config_exit, config_exit_cmd, "exit", "Exit current mode and down to previous mode\n") |
