mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 22:30:58 +01:00
Add mDNS macro from Vincent Smeets.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
430cbf310f
commit
3b317afb2f
@ -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.
|
||||
|
@ -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
14
Shorewall6/macro.mDNS
Normal 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
|
Loading…
Reference in New Issue
Block a user