mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-12 18:54:25 +01:00
036a6e5a83
Add the missing corresponding IPv6 bidirectional mDNSbi macro. Closes-Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1295844 Signed-off-by: Michele Baldessari <michele@acksyn.org> Signed-off-by: Tom Eastep <teastep@shorewall.net>
15 lines
570 B
Plaintext
15 lines
570 B
Plaintext
#
|
|
# Shorewall6 -- /usr/share/shorewall6/macro.mDNSbi
|
|
#
|
|
# This macro handles bidirectional multicast DNS traffic.
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DPORT SPORT
|
|
|
|
PARAM - [ff02::fb] udp 5353
|
|
PARAM - - udp 1024: 5353
|
|
PARAM - [ff02::fb] 2
|
|
PARAM DEST SOURCE:[ff02::fb] udp 5353
|
|
PARAM DEST SOURCE udp 1024: 5353
|
|
PARAM DEST SOURCE:[ff02::fb] 2
|