mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
interfaces: not an error
This commit is contained in:
parent
74ae12b2f1
commit
42a903d201
@ -1502,8 +1502,6 @@ function interface_wireless_clone($realif, $wlcfg)
|
||||
if ($needs_clone) {
|
||||
legacy_interface_destroy($realif);
|
||||
|
||||
log_error("Cloning new wireless interface {$realif}");
|
||||
|
||||
exec("/sbin/ifconfig wlan create wlandev {$baseif} {$mode} bssid name {$realif} 2>&1", $out, $ret);
|
||||
if ($ret != 0) {
|
||||
log_error("Failed to clone interface {$baseif} with error code {$ret}, output {$out[0]}");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user