]> git.proxmox.com Git - mirror_frr.git/commit - zebra/main.c
zebra: Move NS/VRF initialization earlier
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 9 Jan 2018 19:47:11 +0000 (14:47 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 12 Jan 2018 14:22:44 +0000 (09:22 -0500)
commitf84fc2c9553621648bbaa0c0938cd1b60608e14b
tree9bc38e7366d42b7cf5bd8e3920f61097682cabbd
parent9ceac4c7cf902ac80d422bc5dcebf15305770eb6
zebra: Move NS/VRF initialization earlier

Move the NS/VRF initialization code for zebra to an earlier
point in startup.  In the future we will have code that
will want to install_element into a VRF_NODE from zebra_vty.c

Signed-off-by: Donald Sharp <sahrpd@cumulusnetworks.com>
zebra/main.c