diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index fbf0bfdfa..9827bde47 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -72,6 +72,17 @@ New Features in 3.0.3 Note: This works on older versions of Shorewall as well. It is now documented. +6) An 'ipdecimal' command has been added to /sbin/shorewall. This command + converts between dot-quad and decimal. + + Example: + + gateway:/etc/openvpn# shorewall ipdecimal 192.168.1.4 + 3232235780 + gateway:/etc/openvpn# shorewall ipdecimal 3232235780 + 192.168.1.4 + gateway:/etc/openvpn# + Problems Corrected in 3.0.2 1) A couple of typos in the one-interface sample configuration have