mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
inc: allow one-port setups for easier development
A one-port setup is essentially WAN-only. The good thing is the GUI attaches to the WAN port and is automatically reachable. This helps with general testing of all things around builds. While there, append a whitespace that has been missing for years.
This commit is contained in:
parent
06739399e7
commit
2234d84026
@ -224,8 +224,7 @@ EOD;
|
||||
}
|
||||
|
||||
if($lanif == "") {
|
||||
fclose($fp);
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
||||
if ($lanif === "a")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user