summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2014-02-19 08:54:43 +0100
committerErmal Luçi <eri@pfsense.org>2014-02-19 08:54:43 +0100
commit63fd5773076cb1995ac9405de566dd0fd74eb54a (patch)
tree1f97d90a41f6cf2a4950a6f42b322b067dadba62 /etc
parent18e5723b3753a6eef8d0f48ba677cb149e1f2686 (diff)
parentc1d59c7a4f559efeebc629bce7f1f1f1f3f78d5a (diff)
downloadpfsense-63fd5773076cb1995ac9405de566dd0fd74eb54a.zip
pfsense-63fd5773076cb1995ac9405de566dd0fd74eb54a.tar.gz
Merge pull request #903 from phildd/RELENG_2_1
Releng 2 1 Enhance interface gateway data entry descriptions
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.initial.setlanip4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip
index 13a9bdc..8b3a820 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -306,8 +306,8 @@ function console_configure_ip_address($version) {
$subnet = gen_subnet($intip, $intbits);
}
do {
- echo "\n" . sprintf(gettext("Enter the new %s %s gateway address. Press <ENTER> for none:"),
- $upperifname, $label_IPvX) . "\n> ";
+ echo "\n" . sprintf(gettext("For a WAN, enter the new %s %s upstream gateway address."), $upperifname, $label_IPvX) . "\n" .
+ gettext("For a LAN, press <ENTER> for none:") . "\n> ";
$gwip = chop(fgets($fp));
$is_ipaddr = ($version === 6) ? is_ipaddrv6($gwip) : is_ipaddrv4($gwip);
$is_in_subnet = $is_ipaddr && ip_in_subnet($gwip, $subnet . "/" . $intbits);
OpenPOWER on IntegriCloud