mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixes typo on variable name
This commit is contained in:
parent
9aa6ad5c16
commit
0d8fc8ec41
@ -2874,7 +2874,7 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven
|
||||
$tmpifaces = pfSense_getall_interface_addresses($realif);
|
||||
if (is_array($tmpifaces)) {
|
||||
foreach ($tmpifaces as $tmpiface) {
|
||||
if (strstr($iface, ":"))
|
||||
if (strstr($tmpiface, ":"))
|
||||
mwexec("/sbin/ifconfig " . escapeshellarg($realif) . " inet6 {$tmpiface} delete");
|
||||
else {
|
||||
if (is_subnetv4($tmpiface)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user