mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
interfaces: annotate binary data #1730
This commit is contained in:
parent
4c179c235d
commit
ac40e5218a
@ -1583,7 +1583,7 @@ EOD;
|
||||
$mpdconf_arr[] = "set pppoe service \"{$provider}\"";
|
||||
$mpdconf_arr[] = "set pppoe iface {$port}";
|
||||
if (!empty($ppp['hostuniq'])) {
|
||||
$mpdconf_arr[] = "set host-uniq \"{$ppp['hostuniq']}\"";
|
||||
$mpdconf_arr[] = "set host-uniq \"{$ppp['hostuniq']}|\"";
|
||||
}
|
||||
} elseif ($ppp['type'] == "pptp" || $ppp['type'] == "l2tp") {
|
||||
$mpdconf_arr[] = "set {$ppp['type']} self {$localips[$pid]}";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user