]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Actually create vif's in non-integrated config 3047/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 17 Sep 2018 17:58:59 +0000 (13:58 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 18 Sep 2018 23:30:03 +0000 (19:30 -0400)
commit480129597d1262c36d9e4e20d29faf7fddca695e
tree798ea0e08539f5a88470519c1b54ecc991a915bf
parenta8f0c2d678638077d7b6c0846df501ba4877ef75
pimd: Actually create vif's in non-integrated config

The startup of a non-integrated config was not properly
allowing for startup to create the vif when we have
not learned about the interface we are trying to configure
at this point in time.  Actually notice when we are
trying to create a pimreg device or not to properly
notice when to attempt to create the vif or not.

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