]> git.proxmox.com Git - mirror_frr.git/commit - vtysh/vtysh.c
vtysh: add -w option for integrated-config write
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 8 Nov 2016 18:01:06 +0000 (19:01 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 9 Nov 2016 12:43:33 +0000 (13:43 +0100)
commita68f861653da95eeddf96f2afabd481db2798613
treec05e34df7468a0a18893ba07912d94181d543dd4
parentcb947ba3aeb154ea2ad7a55ac09ac624d05978ae
vtysh: add -w option for integrated-config write

This new option is intended to be used both by watchquagga as well as
directly by users.  It performs the collect-configuration operation and
writes out Quagga.conf, regardless of whether integrated-config is
enabled or not.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
vtysh/vtysh.c
vtysh/vtysh.h
vtysh/vtysh_main.c