mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
interfaces: fix two typos here in loopback code
This commit is contained in:
parent
e810712f8b
commit
4641e84eb2
@ -53,7 +53,7 @@ function loopback_configure_interface($verbose = false)
|
||||
flush();
|
||||
}
|
||||
|
||||
// (re)configure vxlan devices
|
||||
// (re)configure loopback devices
|
||||
foreach ($loopbacks as $loopback) {
|
||||
$device_name = "lo{$loopback->deviceId}";
|
||||
$configured_devices[] = $device_name;
|
||||
@ -70,7 +70,7 @@ function loopback_configure_interface($verbose = false)
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($verbose && !empty($vxlans)) {
|
||||
if ($verbose && !empty($loopbacks)) {
|
||||
echo "done.\n";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user