]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_sock.c
pimd: Bind pim sockets to interface they are associated with
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 29 Jun 2016 01:50:49 +0000 (21:50 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 29 Jun 2016 01:50:49 +0000 (21:50 -0400)
commit61ea3951a2ecd0d439cb772d566f43e544c8ba48
tree1662320fd1967d4f57ca5eb1daeaa44724e204ac
parentbab3cf0a8e7572ace6f5ebc3cde320fd00f5e8e7
pimd: Bind pim sockets to interface they are associated with

When pim is receiving packets, each interface's fd is receiving
packets for all interfaces.  Modify the code to bind the
pim interface sockets to the interface they were created for.

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