mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #1516 from phil-davis/patch-2
This commit is contained in:
commit
ded7e5bf56
@ -134,9 +134,10 @@ function interface_netgraph_needed($interface = "wan") {
|
||||
foreach ($config['pppoes']['pppoe'] as $pppoe) {
|
||||
if ($pppoe['mode'] != "server")
|
||||
continue;
|
||||
if ($pppoe['interface'] == $interface)
|
||||
if ($pppoe['interface'] == $interface) {
|
||||
$found = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($found == false)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user