Fix AllowPCA port numbers

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1990 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-03-09 21:52:23 +00:00
parent 1c74bdc70f
commit a645953df5
3 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,6 @@
######################################################################################
#TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/
# PORT PORT(S) LIMIT GROUP
ACCEPT - - udp 5631
ACCEPT - - tcp 5632
ACCEPT - - udp 5632
ACCEPT - - tcp 5631
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE

View File

@ -17,6 +17,8 @@ Changes in 2.2.2
7) Fix logging rule generation.
8) Correct port numbers in action.AllowPCA.
Changes in 2.2.1
1) Add examples to the zones and policy files.

View File

@ -14,6 +14,9 @@ Problems corrected in version 2.2.2
is now considered fatal and Shorewall will be either restored from
the last save (if any) or it will be stopped.
4) The port numbers for UDP and TCP were previously reversed in the
/usr/share/shorewall/action.AllowPCA file.
-----------------------------------------------------------------------
New Features in version 2.2.2