Add mDNS macro from Vincent Smeets.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-04-03 15:57:50 -07:00
parent 430cbf310f
commit 3b317afb2f
3 changed files with 18 additions and 0 deletions

View File

@ -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.

View File

@ -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

14
Shorewall6/macro.mDNS Normal file
View File

@ -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 - <ff02::fb> udp 5353
PARAM - <ff02::fb> 2
PARAM DEST SOURCE:<ff02::fb> udp 5353
PARAM DEST SOURCE:<ff02::fb> 2