]> git.proxmox.com Git - mirror_frr.git/commit
*: add empty array of YANG modules
authorRenato Westphal <renato@opensourcerouting.org>
Wed, 23 May 2018 23:29:50 +0000 (20:29 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Sat, 27 Oct 2018 18:16:12 +0000 (16:16 -0200)
commit8fcdd0d63530d33f853d3fb54793b7b58a33b591
tree08f1a9c3a88f0b56d117d3a70d787bc09d55ca96
parent1c2facd12df7bc27758d7ea674b1e57e401fc234
*: add empty array of YANG modules

FRR_DAEMON_INFO should now contain an array of 'frr_yang_module_info'
structures describing the YANG modules implemented by the daemon.

This array will be used by frr_init() function to load all YANG modules
and initialize the northbound callbacks during the daemon initialization.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
15 files changed:
babeld/babel_main.c
bgpd/bgp_main.c
eigrpd/eigrp_main.c
isisd/isis_main.c
ldpd/ldpd.c
nhrpd/nhrp_main.c
ospf6d/ospf6_main.c
ospfd/ospf_main.c
pbrd/pbr_main.c
pimd/pim_main.c
ripd/rip_main.c
ripngd/ripng_main.c
sharpd/sharp_main.c
staticd/static_main.c
zebra/main.c