From c1d59c7a4f559efeebc629bce7f1f1f1f3f78d5a Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Fri, 7 Feb 2014 09:55:38 -0800 Subject: Enhance interface gateway data entry descriptions --- etc/rc.initial.setlanip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/rc.initial.setlanip') 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 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 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); -- cgit v1.1