summaryrefslogtreecommitdiffstats
path: root/src/netlink.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2025-11-09 19:35:05 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2025-11-17 23:46:38 +0100
commitd30b3f666381fcfe993b15b7d2ad1f7f954ca229 (patch)
treec2468ca1c8f15901cc5c6488a5d1250e8c6b1098 /src/netlink.c
parent6a6f022a62b627b1a7a7ec517b24aa9eed542f06 (diff)
conntrackd: restrict multicast reception
Bind the socket to the multicast address specified by {IPv4,IPv6}_address to discard unicast UDP packets and multicast traffic not coming to the dedicated interface. There is already code to restrict the interface but the socket was bound to any address. Without this patch, multicast sync messages can be received from any interface if your firewall policy does not restrict the interface used for sending and receiving them. Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1819 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/netlink.c')
0 files changed, 0 insertions, 0 deletions