Add the missing corresponding IPv6 bidirectional mDNSbi macro. Closes-Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1295844
Signed-off-by: Michele Baldessari <[email protected]> --- Shorewall6/Macros/macro.mDNSbi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Shorewall6/Macros/macro.mDNSbi diff --git a/Shorewall6/Macros/macro.mDNSbi b/Shorewall6/Macros/macro.mDNSbi new file mode 100644 index 000000000000..3348e76908d4 --- /dev/null +++ b/Shorewall6/Macros/macro.mDNSbi @@ -0,0 +1,14 @@ +# +# 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 -- 2.9.3 ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/xeonphi _______________________________________________ Shorewall-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-devel
