From baee66d115603e3d023ef5e57bc0dd3be45c98b9 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 5 Dec 2005 18:57:40 +0000 Subject: [PATCH] Add 'ipdecimal' command git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3120 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/releasenotes.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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