]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Prevent crash with igmp only config 7898/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 21 Jan 2021 12:28:19 +0000 (07:28 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 21 Jan 2021 15:37:50 +0000 (10:37 -0500)
commit853d21145cf15d51c4880200a92c590e8a7f8ff4
tree939c4f067ba92a23d662814715647fb8904c3256
parent52624d79452c3f6688f3e2a7f9f4aa667d178c7c
pimd: Prevent crash with igmp only config

Issue: #7892 has a startup config where only igmp
interfaces are created and a igmp report comes in.

Effectively we are not creating the regiface device unless
we do a `ip pim`.  This is incorrect we should always create
the regiface.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
pimd/pim_nb_config.c