]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_zebra.c
pimd: Forgot to add the vrf_init call
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 May 2016 01:24:01 +0000 (21:24 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 May 2016 23:21:20 +0000 (19:21 -0400)
commit48e8451b8ebeb553bb273dea45fa2856e15e43e7
tree87ce659942be6f6724a26b9eba19ea75bc91bf49
parentd3a9c768789d10ba8b947510eb20bdc20a336224
pimd: Forgot to add the vrf_init call

Forward port of vrf code didn't have the pimd
code.  So when it was forward ported we lost
the vrf_init.  Now that we have pimd let's
add it back in.

Additionally forward port lost the
additional zclient->zebra_connect call.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_main.c
pimd/pim_zebra.c