]> git.proxmox.com Git - mirror_frr.git/commit - zebra/main.c
*: centralize some exit cleanup into libfrr
authorDavid Lamparter <equinox@opensourcerouting.org>
Sun, 6 Aug 2017 06:28:16 +0000 (08:28 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Aug 2017 11:25:44 +0000 (13:25 +0200)
commit03951374770da5be620e48768588928fbd809c83
treee2234dd2ace2aa632646729dc5956901426d7f19
parent08c4c73be6073282e73a9d7074212df39e27aa5c
*: centralize some exit cleanup into libfrr

Start creating a counterpart to frr_init and frr_late_init.
Unfortunately, some daemons don't do any exit handling, this doesn't
change that just yet.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_main.c
ldpd/ldpd.c
lib/libfrr.c
lib/libfrr.h
nhrpd/nhrp_main.c
ospf6d/ospf6_main.c
zebra/main.c