summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-09-22 22:52:52 +0300
committerGitHub <noreply@github.com>2021-09-22 22:52:52 +0300
commita8a5b215148a1b5857085e4318a6e9af876453df (patch)
tree2937afc67c28fb5c8c643a070fdb87d41f433566 /lib/command.h
parente39ea7348622c1dfdd1c0325d07028b1de9045cb (diff)
parenta32f6a107fd2b9ed8295a6a3879c6aa2da3464d1 (diff)
Merge pull request #9429 from yar-fed/vtysh-err-not-running
vtysh: Add error code if daemon is not running
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index c76fc1e8eb..8a7c9a2048 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -229,6 +229,7 @@ struct cmd_node {
#define CMD_WARNING_CONFIG_FAILED 13
#define CMD_NOT_MY_INSTANCE 14
#define CMD_NO_LEVEL_UP 15
+#define CMD_ERR_NO_DAEMON 16
/* Argc max counts. */
#define CMD_ARGC_MAX 256