mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 16:43:21 +01:00
Allow NTP Broadcast replies in action.AllowNTP
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1726 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
658e698699
commit
73915885a4
@ -7,4 +7,5 @@
|
|||||||
#TARGET SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE
|
#TARGET SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE
|
||||||
# PORT PORT(S) DEST LIMIT
|
# PORT PORT(S) DEST LIMIT
|
||||||
ACCEPT - - udp 123
|
ACCEPT - - udp 123
|
||||||
|
ACCEPT - - udp 1024: 123
|
||||||
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
||||||
|
@ -116,3 +116,5 @@ Changes since 2.0.3
|
|||||||
55) Added LOGALLNEW support.
|
55) Added LOGALLNEW support.
|
||||||
|
|
||||||
56) Fix typo in check_config()
|
56) Fix typo in check_config()
|
||||||
|
|
||||||
|
27) Allow outgoing NTP responses in action.AllowNTP.
|
||||||
|
@ -102,6 +102,9 @@ Problems corrected since 2.2.0 Beta 1.
|
|||||||
/usr/share/shorewall/firewall: line 2753:
|
/usr/share/shorewall/firewall: line 2753:
|
||||||
check_dupliate_zones: command not found
|
check_dupliate_zones: command not found
|
||||||
|
|
||||||
|
2) The AllowNTP standard action now allows outgoing responses to
|
||||||
|
broadcasts.
|
||||||
|
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
Issues when migrating from Shorewall 2.0 to Shorewall 2.1:
|
Issues when migrating from Shorewall 2.0 to Shorewall 2.1:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user