]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_sock.c
pimd: don't break with missing SO_BINDTODEVICE
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 11 Aug 2016 15:51:41 +0000 (17:51 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 16 Aug 2016 14:10:52 +0000 (16:10 +0200)
commit6bcd6029f1143b62f005c3508df3b3021787f898
tree6434580d8e48892595dfa7de2bee9a0db55f9293
parent120c658793d960796030793b74385a9fe9888ebb
pimd: don't break with missing SO_BINDTODEVICE

This effectively a partial revert of commit 61ea395...
"pimd: Bind pim sockets to interface they are associated with"

Note this isn't really a proper fix, it just clears the build breakage
on BSD without improving the usage of multiple sockets.

Reported-by: Martin Winter <mwinter@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
pimd/pim_sock.c