mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Properly identify other bridge types https://github.com/webmin/webmin/issues/482
This commit is contained in:
@ -460,7 +460,7 @@ return "VmWare" if ($name =~ /^vmnet/);
|
||||
return "Wireless" if ($name =~ /^wlan/);
|
||||
return "Bonded" if ($name =~ /^bond/);
|
||||
return "OpenVZ" if ($name =~ /^venet/);
|
||||
return "Bridge" if ($name =~ /^br/);
|
||||
return "Bridge" if ($name =~ /^(br|xenbr|virbr)/);
|
||||
return $text{'ifcs_unknown'};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user