]> git.proxmox.com Git - mirror_frr.git/commit
*: Consolidate vrf_hooks into vrf_init
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 15 May 2017 23:31:27 +0000 (19:31 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 15 May 2017 23:31:27 +0000 (19:31 -0400)
commit6df853648784baf44c55d026bd8e4f0976bd1607
treee29512e029db8787d0c1883627512034e97f8c50
parent759927a1b9e1a0a820e05dbb6ce12fb16c8f9b34
*: Consolidate vrf_hooks into vrf_init

We only needed to add/change the vrf callbacks when we initialize
the vrf subsystem.  As such it is not necessary to handle the callbacks
in any other way than through the init function.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
13 files changed:
bgpd/bgp_main.c
eigrpd/eigrp_main.c
isisd/isis_main.c
ldpd/ldpd.c
lib/vrf.c
lib/vrf.h
nhrpd/nhrp_main.c
ospf6d/ospf6_main.c
ospfd/ospf_main.c
pimd/pimd.c
ripd/rip_main.c
ripngd/ripng_main.c
zebra/zebra_vrf.c