summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-11-09 14:42:47 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2016-11-10 10:15:27 +0100
commit87f44e2f0b1251c9d1dfe492ab1f37d809ee0a7c (patch)
tree8d4cfe9d25b990001a933acd8240b6bed4d65f49 /lib/command.h
parent1f8df88720e8a93fb1a5b05bda435df1dcd5c96e (diff)
lib: add minimal no-config VTY mode
This silences the following warning from watchquagga: "Can't save to configuration file, using vtysh." which otherwise appears when doing a "write file" in vtysh when no integrated-config is in use. Also make "show memory" available in watchquagga. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
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 ba40770ba3..d2fc969d70 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -56,6 +56,7 @@ struct host
/* config file name of this host */
char *config;
+ int noconfig;
/* Flags for services */
int advanced;