]> git.puffer.fish Git - mirror/frr.git/commit
pimd: IGMP sockets need to be iface-bound too
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 20 Apr 2021 03:10:17 +0000 (05:10 +0200)
committerMartin Winter <mwinter@opensourcerouting.org>
Mon, 5 Jul 2021 23:44:24 +0000 (01:44 +0200)
commitf06c6e3ef91027205e653a4aa72a2bb8969466e9
tree11489fa42618e3e1562dcbbfda494e87e914af70
parent12536067cc101fe94cb2565771f29329e3c26456
pimd: IGMP sockets need to be iface-bound too

There's an IGMP socket per interface, so they should be bound to that
interface.  Which also makes IGMP work in VRFs.

Fixes: #7889
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
pimd/pim_sock.c