forked from extern/shorewall_code
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:
parent
2d9a67f0ff
commit
cffd08c0fe
@ -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
|
Changes in 3.4.0 Beta 2
|
||||||
|
|
||||||
1) Fix for empty blacklist file.
|
1) Fix for empty blacklist file.
|
||||||
|
@ -101,7 +101,7 @@ add_an_action()
|
|||||||
port=
|
port=
|
||||||
do_ports
|
do_ports
|
||||||
;;
|
;;
|
||||||
ipp2p:udpIPP2P:UDP)
|
ipp2p:udp|IPP2P:UDP)
|
||||||
proto=udp
|
proto=udp
|
||||||
port=
|
port=
|
||||||
do_ports
|
do_ports
|
||||||
|
@ -33,6 +33,9 @@ Problems Corrected in 3.4.0 Beta 3
|
|||||||
1) Shorewall now supports VLAN interfaces with names of the form
|
1) Shorewall now supports VLAN interfaces with names of the form
|
||||||
vlan@ethX.
|
vlan@ethX.
|
||||||
|
|
||||||
|
2) Previously, "ipp2p:udp" was incorrectly rejected in the PROTO
|
||||||
|
column of an action definition.
|
||||||
|
|
||||||
Migration Considerations:
|
Migration Considerations:
|
||||||
|
|
||||||
1) Shorewall supports the notion of "default actions". A default
|
1) Shorewall supports the notion of "default actions". A default
|
||||||
|
Loading…
Reference in New Issue
Block a user