]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Actually create vif's in non-integrated config
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 17 Sep 2018 17:58:59 +0000 (13:58 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 17 Sep 2018 17:58:59 +0000 (13:58 -0400)
commit59752d4ea5fc500db2f659f85f2e8c68045a83b8
tree20b40215ecb8fdc7ef066fc35cb6c6f87bb29522
parentb4657ea44c7853047fa21585defd06b4b2e52752
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