Fix handling of ipp2p:udp in an action body

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5209 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-01-09 15:55:47 +00:00
parent 2d9a67f0ff
commit cffd08c0fe
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Changes in 3.4.0 Beta 3
1) Handle VLAN interface names like vlanX@ethY.
2) Fix ipp2p:udp handling in action body.
Changes in 3.4.0 Beta 2
1) Fix for empty blacklist file.

View File

@ -101,7 +101,7 @@ add_an_action()
port=
do_ports
;;
ipp2p:udpIPP2P:UDP)
ipp2p:udp|IPP2P:UDP)
proto=udp
port=
do_ports

View File

@ -33,6 +33,9 @@ Problems Corrected in 3.4.0 Beta 3
1) Shorewall now supports VLAN interfaces with names of the form
vlan@ethX.
2) Previously, "ipp2p:udp" was incorrectly rejected in the PROTO
column of an action definition.
Migration Considerations:
1) Shorewall supports the notion of "default actions". A default