]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Allow interfaces to be unnumbered.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 1 Sep 2016 22:49:53 +0000 (18:49 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:08 +0000 (20:26 -0500)
commit21391ed8d887a4c5967e73f50018b9433e717a83
tree000e4ab8ac37690c7899540d97e85cde4f89eeb5
parent5f6f65b14c79cc7ab3d80cd48a03910001e0f90f
pimd: Allow interfaces to be unnumbered.

Specify the ifindex of the interface that we want
to turn on IP_MULTICAST_IF on instead of the
address.  If we pass in the address then the
fact that we have multiple interfaces with the
same ip address causes confusion in the kernel.

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