]> git.proxmox.com Git - mirror_frr.git/commit - lib/vty.c
watchquagga: add "write integrated"
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 9 Nov 2016 13:15:34 +0000 (14:15 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 9 Nov 2016 13:29:39 +0000 (14:29 +0100)
commit95c4aff294f6c1bf1450cbebc4133cad3560dfc9
tree38656626e6a4b3ff2d7edb80cffe31162fa6d3d9
parent46d5d8ec829a3b2daba6fe86463ece550851fc38
watchquagga: add "write integrated"

This new command - available for internal use by vtysh and explicit
usage by users - calls "vtysh -w" from watchquagga.  This ensures vtysh
is run with privileges to actually write the integrated-config file.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac
lib/command.h
lib/vty.c
vtysh/Makefile.am
watchquagga/Makefile.am
watchquagga/watchquagga.c
watchquagga/watchquagga.h [new file with mode: 0644]
watchquagga/watchquagga_vty.c [new file with mode: 0644]