]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/command.h
vtysh: return non-zero for configuration failures
[mirror_frr.git] / lib / command.h
index 9768380c74bf66531d0cee20902a668d154dfc4d..4a261499d4a476969e162aaf5813ba6a21e869d7 100644 (file)
@@ -178,6 +178,7 @@ struct cmd_node
 #define CMD_SUCCESS_DAEMON      10
 #define CMD_ERR_NO_FILE         11
 #define CMD_SUSPEND             12
+#define CMD_WARNING_CONFIG_FAILED 13
 
 /* Argc max counts. */
 #define CMD_ARGC_MAX   25