]> git.puffer.fish Git - mirror/frr.git/commit
pimd: fix ip pim hello option does not take in effect
authorChirag Shah <chirag@cumulusnetworks.com>
Tue, 24 Jan 2017 01:39:54 +0000 (17:39 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Wed, 17 May 2017 02:30:14 +0000 (19:30 -0700)
commit30cfe9a2910297f1114c3da44d97e0fdcacaecd0
tree6649f299c41c117c0fcae3d3770a3109bd49e02d
parenta91ec03e11c779bb8dcd21882bcecb0a7a8a68e5
pimd: fix ip pim hello option does not take in effect

If frr.conf file has pim hello option setup prior to pim sm under an interface, upon frr start/restart hello option cli replayed prior to sm command
from vtysh. Added a code in pim hello option cli handler to create pim vif if it does not exist.

Testing Done:
configure pim hello options before pim sm in frr.conf file and restart frr

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