diff options
author | jim-p <jim@pingle.org> | 2010-03-10 18:59:38 -0500 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2010-03-10 19:00:36 -0500 |
commit | c9fcb262f2cd4a5a123fa33f3932d10f020f3735 (patch) | |
tree | e2ba5ff8c616f102336c81c14400267685fb2091 /config/iprangealiases | |
parent | 78c993c07eab5ec35cfcfe099aa43a86356a7e48 (diff) | |
download | pfsense-packages-c9fcb262f2cd4a5a123fa33f3932d10f020f3735.tar.gz pfsense-packages-c9fcb262f2cd4a5a123fa33f3932d10f020f3735.tar.bz2 pfsense-packages-c9fcb262f2cd4a5a123fa33f3932d10f020f3735.zip |
Add some text stating that ranges are available and how they are used.
Diffstat (limited to 'config/iprangealiases')
-rw-r--r-- | config/iprangealiases/iprangealiases.patch | 18 | ||||
-rw-r--r-- | config/iprangealiases/iprangealiases.xml | 2 |
2 files changed, 18 insertions, 2 deletions
diff --git a/config/iprangealiases/iprangealiases.patch b/config/iprangealiases/iprangealiases.patch index 6e1cdabb..5a80e111 100644 --- a/config/iprangealiases/iprangealiases.patch +++ b/config/iprangealiases/iprangealiases.patch @@ -129,7 +129,7 @@ return (preg_match("/[^0-9]/", $arg) ? false : true); } --- /usr/local/www/firewall_aliases_edit.php.orig 2010-03-09 13:08:12.000000000 -0500 -+++ /usr/local/www/firewall_aliases_edit.php 2010-03-10 15:49:57.000000000 -0500 ++++ /usr/local/www/firewall_aliases_edit.php 2010-03-10 18:54:36.000000000 -0500 @@ -96,11 +96,6 @@ $reqdfields = explode(" ", "name address"); $reqdfieldsn = explode(",", "Name,Address"); @@ -247,3 +247,19 @@ } } } +@@ -358,7 +373,7 @@ + $url_str = gettext("URL"); + $update_freq_str = gettext("Update Freq."); + +-$networks_help = gettext("Networks can be expressed like 10.0.0.0 format. Select the CIDR (network mask) that pertains to each entry."); ++$networks_help = gettext("Networks can be expressed like 10.0.0.0 format. Select the CIDR (network mask) that pertains to each entry. You may also enter an IP Range such as 192.168.1.1-192.168.1.254."); + $hosts_help = gettext("Enter as many hosts as you would like. Hosts should be expressed in their ip address format."); + $ports_help = gettext("Enter as many ports as you wish. Port ranges can be expressed by seperating with a colon."); + $url_help = gettext("Enter as many urls as you wish. Also set the time that you would like the url refreshed in days. After saving {$g['product_name']} will download the URL and import the items into the alias."); +@@ -595,4 +610,4 @@ + } + fclose($fd); + } +-?> +\ No newline at end of file ++?> diff --git a/config/iprangealiases/iprangealiases.xml b/config/iprangealiases/iprangealiases.xml index a015c2dd..0464ec6a 100644 --- a/config/iprangealiases/iprangealiases.xml +++ b/config/iprangealiases/iprangealiases.xml @@ -46,7 +46,7 @@ <requirements>pfSense 1.2.3</requirements> <faq>None</faq> <name>IP Range Aliases</name> - <version>0.1</version> + <version>0.2</version> <title>IP Range Aliases</title> <include_file>/usr/local/pkg/iprangealiases.inc</include_file> <additional_files_needed> |