diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 9c17f60f0..f21d76a1a 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -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. diff --git a/Shorewall/lib.actions b/Shorewall/lib.actions index f8ae4d8c5..d7b82e4a7 100644 --- a/Shorewall/lib.actions +++ b/Shorewall/lib.actions @@ -101,7 +101,7 @@ add_an_action() port= do_ports ;; - ipp2p:udpIPP2P:UDP) + ipp2p:udp|IPP2P:UDP) proto=udp port= do_ports diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 482c17506..cef78a7d4 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -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