]> git.puffer.fish Git - matthieu/frr.git/commit
lib: add minimal no-config VTY mode
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 9 Nov 2016 13:42:47 +0000 (14:42 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 10 Nov 2016 09:15:27 +0000 (10:15 +0100)
commit87f44e2f0b1251c9d1dfe492ab1f37d809ee0a7c
tree8d4cfe9d25b990001a933acd8240b6bed4d65f49
parent1f8df88720e8a93fb1a5b05bda435df1dcd5c96e
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>
lib/command.c
lib/command.h
watchquagga/watchquagga.c