summaryrefslogtreecommitdiff
path: root/src/cli_val.h
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2007-11-06 16:41:44 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2007-11-06 16:41:44 -0800
commit95887fd39f57ce0e81169140605c81e70a1a4734 (patch)
treebb970925df7ae4d2c4f81591f5e57c06f9d65bd2 /src/cli_val.h
parent6482033bfb5b515f6fd6e05b65439231e374a5cb (diff)
downloadvyatta-cfg-95887fd39f57ce0e81169140605c81e70a1a4734.tar.gz
vyatta-cfg-95887fd39f57ce0e81169140605c81e70a1a4734.zip
fix for bug 2273: cli parser was overwriting "type help" with "node help".
Diffstat (limited to 'src/cli_val.h')
-rw-r--r--src/cli_val.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli_val.h b/src/cli_val.h
index e147d4c..fec8054 100644
--- a/src/cli_val.h
+++ b/src/cli_val.h
@@ -99,6 +99,7 @@ typedef enum {
typedef struct {
vtw_type_e def_type;
char *def_type_help;
+ char *def_node_help;
char *def_default;
boolean tag;
boolean multi;