Update release notes

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8796 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-10-22 22:44:00 +00:00
parent b0e9a0ce22
commit a3c49402e2
2 changed files with 8 additions and 1 deletions

View File

@ -1211,7 +1211,7 @@ report_capabilities() {
report_capability "Multi-port Match" $MULTIPORT report_capability "Multi-port Match" $MULTIPORT
[ -n "$MULTIPORT" ] && report_capability "Extended Multi-port Match" $XMULTIPORT [ -n "$MULTIPORT" ] && report_capability "Extended Multi-port Match" $XMULTIPORT
report_capability "Connection Tracking Match" $CONNTRACK_MATCH report_capability "Connection Tracking Match" $CONNTRACK_MATCH
report_capability "Extended Connection Tracking Match Support" $NEW_CONNTRACK_MATCH [ -n "$CONNTRACK_MATCH" ] && report_capability "Extended Connection Tracking Match Support" $NEW_CONNTRACK_MATCH
report_capability "Packet Type Match" $USEPKTTYPE report_capability "Packet Type Match" $USEPKTTYPE
report_capability "Policy Match" $POLICY_MATCH report_capability "Policy Match" $POLICY_MATCH
report_capability "Physdev Match" $PHYSDEV_MATCH report_capability "Physdev Match" $PHYSDEV_MATCH

View File

@ -175,6 +175,13 @@ Other changes in Shorewall 4.2.1
do port mapping (change the destination port but not the do port mapping (change the destination port but not the
destination IP address), the final destination port is not open. destination IP address), the final destination port is not open.
Example:
DNAT net loc:206.124.146.177:22 tcp 2222 - 206.124.146.177
That rule maps port 2222 -> 22 but without this new feature, it
also opens port 22 directly.
To use this feature, you must be running Shorewall-perl and the To use this feature, you must be running Shorewall-perl and the
output of 'shorewall show capabilities' must show: output of 'shorewall show capabilities' must show: