]> git.proxmox.com Git - mirror_frr.git/commit - lib/libfrr.c
*: add frr_run()
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 14 Nov 2016 00:56:02 +0000 (09:56 +0900)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 7 Mar 2017 23:15:39 +0000 (00:15 +0100)
commit16077f2fc5f4d73648b4ebef877e1f021864358d
tree73d9eb31cab0943147924a5d93c938021682df36
parenteb05883f3ecd94be017eb7d15181a989f26541ee
*: add frr_run()

Contains the fetch-and-run-thread logic, and vty startup (which is the
last thing happening before entering the main loop).

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