diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 11be8adda..896fceedc 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -7,6 +7,8 @@ Changes in Shorewall 4.4.9 3) More robust 'trace'. +4) Added IPv6 mDNS macro. + Changes in Shorewall 4.4.8 1) Correct handling of RATE LIMIT on NAT rules. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index a4d091c84..22bf6900b 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -289,6 +289,8 @@ None. deleted, then the array itself is truncated back to the last valid rule and subsequent append operations grow the array from there. +3) Thanks to Vincent Smeets, there is now an IPv6 mDNS macro. + ---------------------------------------------------------------------------- V I. P R O B L E M S C O R R E C T E D A N D N E W F E A T U R E S I N P R I O R R E L E A S E S diff --git a/Shorewall6/macro.mDNS b/Shorewall6/macro.mDNS new file mode 100644 index 000000000..ecb947ea8 --- /dev/null +++ b/Shorewall6/macro.mDNS @@ -0,0 +1,14 @@ +# +# Shorewall version 4 - Multicast DNS Macro +# +# /usr/share/shorewall6/macro.mDNS +# +# This macro handles multicast DNS traffic. +# +############################################################################### +#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/ +# PORT(S) PORT(S) LIMIT GROUP +PARAM - udp 5353 +PARAM - 2 +PARAM DEST SOURCE: udp 5353 +PARAM DEST SOURCE: 2