diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-11-09 14:15:34 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2016-11-09 14:29:39 +0100 |
commit | 95c4aff294f6c1bf1450cbebc4133cad3560dfc9 (patch) | |
tree | 38656626e6a4b3ff2d7edb80cffe31162fa6d3d9 /vtysh | |
parent | watchquagga: add ZLOG_WATCHQUAGGA (diff) | |
download | frr-95c4aff294f6c1bf1450cbebc4133cad3560dfc9.tar.xz frr-95c4aff294f6c1bf1450cbebc4133cad3560dfc9.zip |
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>
Diffstat (limited to 'vtysh')
-rw-r--r-- | vtysh/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am index 58ffdfca2..0ff2d738f 100644 --- a/vtysh/Makefile.am +++ b/vtysh/Makefile.am @@ -86,6 +86,7 @@ vtysh_cmd_FILES = $(vtysh_scan) \ $(top_srcdir)/zebra/zebra_fpm.c \ $(top_srcdir)/zebra/zebra_ptm.c \ $(top_srcdir)/zebra/zebra_mpls_vty.c \ + $(top_srcdir)/watchquagga/watchquagga_vty.c \ $(BGP_VNC_RFAPI_SRC) $(BGP_VNC_RFP_SRC) vtysh_cmd.c: $(vtysh_cmd_FILES) extract.pl |