Revision 43f83ab4
Added by Chris Buechler about 10 years ago
usr/local/www/vpn_ipsec_settings.php | ||
---|---|---|
376 | 376 |
<tr> |
377 | 377 |
<td width="22%" valign="top" class="vncell"><?=gettext("Auto-exclude LAN address"); ?></td> |
378 | 378 |
<td width="78%" class="vtable"> |
379 |
<input name="noshuntlaninterfaces" type="checkbox" id="noshuntlaninterfaces" value="yes" <?php if ($pconfig['noshuntlaninterfaces'] == true) echo "checked=\"checked\""; ?> />
|
|
379 |
<input name="noshuntlaninterfaces" type="checkbox" id="noshuntlaninterfaces" value="yes" <?php if ($pconfig['noshuntlaninterfaces'] != true) echo "checked=\"checked\""; ?> />
|
|
380 | 380 |
<strong><?=gettext("Enable bypass for LAN interface IP"); ?></strong> |
381 | 381 |
<br /> |
382 | 382 |
<?=gettext("Exclude traffic from LAN subnet to LAN IP address from IPsec."); ?> |
Also available in: Unified diff
Show correct selection for noshuntlan option. Ticket #4655