Revision d6bc49df
Added by Brett Keller over 3 years ago
src/usr/local/www/interfaces.php | ||
---|---|---|
2065 | 2065 |
))->setAttribute('type','button')->addClass('btn-success')->setAttribute('data-target', '#newgateway4')->setAttribute('data-toggle', 'modal'); |
2066 | 2066 |
|
2067 | 2067 |
$group->setHelp('If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the "Add" button.%1$s' . |
2068 |
'On local area network interfaces the upstream gateway should be "none". ' . |
|
2069 |
'Gateways can be managed by %2$sclicking here%3$s.', '<br />', '<a target="_blank" href="system_gateways.php">', '</a>'); |
|
2068 |
'On local area network interfaces the upstream gateway should be "none".%1$s' . |
|
2069 |
'Selecting an upstream gateway causes the firewall to treat this interface as a %2$sWAN type interface%4$s.%1$s' . |
|
2070 |
'Gateways can be managed by %3$sclicking here%4$s.', '<br />', '<a target="_blank" href="https://docs.netgate.com/pfsense/en/latest/interfaces/wanvslan.html">', '<a target="_blank" href="system_gateways.php">', '</a>'); |
|
2070 | 2071 |
|
2071 | 2072 |
$section->add($group); |
2072 | 2073 |
|
Also available in: Unified diff
Document that upstream gateway controls WAN type vs. LAN type interface