From 15064970d1be2db098847f019aa0f6115f0b18c0 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 25 Dec 2004 22:37:26 +0000 Subject: [PATCH] Reorder new features in Release Notes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1857 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/releasenotes.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Shorewall2/releasenotes.txt b/Shorewall2/releasenotes.txt index 845ac0b98..cdbfb1769 100755 --- a/Shorewall2/releasenotes.txt +++ b/Shorewall2/releasenotes.txt @@ -832,12 +832,7 @@ New Features: shorewall add eth1:1.2.3.4,2.3.4.5 z12 shorewall delete eth1:1.2.3.4,2.3.4.5 z12 -37) The IANA has recently registered port 1194 for use by OpenVPN. In - previous versions of Shorewall (and OpenVPN), the default port was - 5000 but has been changed to 1194 to conform to the new OpenVPN - default. - -38) TCP OpenVPN tunnels are now supported using the 'openvpn' tunnel +37) TCP OpenVPN tunnels are now supported using the 'openvpn' tunnel type. OpenVPN entries in /etc/shorewall/tunnels have this format: openvpn[:{tcp|udp}][:] @@ -848,7 +843,7 @@ New Features: openvpn:3344 net 1.2.3.4 # UDP on port 3344 openvpn:tcp:4455 net 1.2.3.4 # TCP on port 4455 -39) A new 'ipsecvpn' script is included in the tarball and in the +38) A new 'ipsecvpn' script is included in the tarball and in the RPM. The RPM installs the file in the Documentation directory (/usr/share/doc/packages/shorewall-2.2.0-0RC1). @@ -862,3 +857,7 @@ New Features: gateway and each network listed in the NETWORKS setting at the front of the script, only one of these may be used at a time. +39) The IANA has recently registered port 1194 for use by OpenVPN. In + previous versions of Shorewall (and OpenVPN), the default port was + 5000 but has been changed to 1194 to conform to the new OpenVPN + default.