]> git.puffer.fish Git - mirror/frr.git/commit
pimd: When we are initializing a pim socket limit hellos
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 14 Jun 2017 14:54:41 +0000 (10:54 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Jul 2017 17:51:39 +0000 (13:51 -0400)
commit2aa1ca8418689d078c69e008e65f8d6c25c016fa
tree628fa45cc99c1ee7f04f5a7267cc634272cf5b24
parent1f9666a1db14989cfbe0b2628a8935f7cb2a2929
pimd: When we are initializing a pim socket limit hellos

When we are initializing a pim socket for vrf or loopback
interfaces do not schedule a hello to go out at all.

I'm currently leaving the check on is a vrf / loopback
device on the actual send as that we have several paths
to get there.

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