dhcpdv4, better explain the relation between the gateway setting and the configured gateways. This question popups now and then. closes https://github.com/opnsense/core/issues/3509

This commit is contained in:
Ad Schellevis 2019-05-31 15:05:48 +02:00
parent a714c22060
commit a79bb94cb7

View File

@ -789,7 +789,8 @@ include("head.inc");
<td>
<input name="gateway" type="text" class="form-control host" value="<?=$pconfig['gateway'];?>" />
<div class="hidden" data-for="help_for_gateway">
<?=gettext('The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network. Type "none" for no gateway assignment.');?>
<?=gettext('The default is to use the IP on this interface of the firewall as the gateway, if a valid (online) gateway has been configured under System->Gateways. '.
'Specify an alternate gateway here if this is not the correct gateway for your network. Type "none" for no gateway assignment.');?>
</div>
</td>
</tr>