From a645953df50dac9610d3959a20f12fcdb1e98e6e Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 9 Mar 2005 21:52:23 +0000 Subject: [PATCH] Fix AllowPCA port numbers git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1990 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/action.AllowPCA | 4 ++-- Shorewall2/changelog.txt | 2 ++ Shorewall2/releasenotes.txt | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Shorewall2/action.AllowPCA b/Shorewall2/action.AllowPCA index b6e424ca3..26b57bdca 100644 --- a/Shorewall2/action.AllowPCA +++ b/Shorewall2/action.AllowPCA @@ -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 diff --git a/Shorewall2/changelog.txt b/Shorewall2/changelog.txt index a901c96f2..7a78aa456 100644 --- a/Shorewall2/changelog.txt +++ b/Shorewall2/changelog.txt @@ -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. diff --git a/Shorewall2/releasenotes.txt b/Shorewall2/releasenotes.txt index 323ee74c3..d7b266b5b 100755 --- a/Shorewall2/releasenotes.txt +++ b/Shorewall2/releasenotes.txt @@ -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