]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Fix pim bfd config order dependecny
authorChirag Shah <chirag@cumulusnetworks.com>
Mon, 14 Aug 2017 00:28:11 +0000 (17:28 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Mon, 14 Aug 2017 00:28:11 +0000 (17:28 -0700)
commit2fd8de7d965c376dc76cd58b8354412d7a511350
tree49ac0b2efa6482119ea66b2de693b0c99c88d4f2
parente514716594afa5886f1f11198ac578aef00a56cf
pimd: Fix pim bfd config order dependecny

Upon frr restart vtysh replays pim bfd configuration
cli before pim sm command, this results in failure
of pim bfd config on the VIF as it is not pim enabled yet.
Inside pim bfd configuration, call to create PIM vif
handler if it is not created yet.
no ip pim bfd, if pim is not enabled display warning and return.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
pimd/pim_cmd.c