]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_zebra.h
*: add frr_config_fork()
authorDavid Lamparter <equinox@opensourcerouting.org>
Sun, 13 Nov 2016 08:48:56 +0000 (17:48 +0900)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 7 Mar 2017 23:15:36 +0000 (00:15 +0100)
commiteb05883f3ecd94be017eb7d15181a989f26541ee
treef3de680c33e3af0f95520eadf8fb0060dc1ee76c
parent857b5446497505f582417e4a5ada029712743cbc
*: add frr_config_fork()

Centralise read_config/daemonize/dryrun/pidfile/vty_serv into libfrr.

This also makes multi-instance pid/config handling available as part of
the library.  It's only wired up in ospfd, but the code is in lib/.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
22 files changed:
bgpd/bgp_main.c
configure.ac
isisd/isis_main.c
ldpd/ldpd.c
lib/libfrr.c
lib/libfrr.h
lib/vty.c
lib/vty.h
nhrpd/nhrp_main.c
ospf6d/ospf6_main.c
ospfd/ospf_main.c
pimd/pim_main.c
pimd/pim_zebra.c
pimd/pim_zebra.h
ripd/rip_main.c
ripngd/ripng_main.c
vtysh/vtysh.c
vtysh/vtysh.h
vtysh/vtysh_main.c
watchfrr/watchfrr.c
zebra/main.c
zebra/test_main.c