Fix action.AllowPCA Port Numbers

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1991 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-03-09 21:57:36 +00:00
parent a645953df5
commit b510396f13
7 changed files with 16 additions and 6 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

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

@ -123,3 +123,5 @@ Changes in 2.0.16
Changes in 2.0.17
1) Fix rejNotSyn.
2) Fix port numbers in action.AllowPCA

View File

@ -303,4 +303,7 @@ New Features in 2.0.16
Problems corrected in 2.0.17
1) Invoking the 'rejNotSyn' action results in an error at startup.
2) The UDP and TCP port numbers in /usr/share/shorewall/action.AllowPCA
were reversed.

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