mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add l2tp
This commit is contained in:
parent
4d828a9a84
commit
8a6bc5051b
@ -659,6 +659,9 @@ include("head.inc");
|
||||
<?php if(have_ruleint_access("pppoe")): ?>
|
||||
<option value="pppoe" <?php if ($pconfig['src'] == "pppoe") { echo "selected"; } ?>>PPPoE clients</option>
|
||||
<?php endif; ?>
|
||||
<?php if(have_ruleint_access("l2tp")): ?>
|
||||
<option value="l2tp" <?php if ($pconfig['src'] == "l2tp") { echo "selected"; } ?>>L2TP clients</option>
|
||||
<?php endif; ?>
|
||||
<?php
|
||||
$ifdisp = get_configured_interface_with_descr();
|
||||
foreach ($ifdisp as $ifent => $ifdesc): ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user