mirror of
https://github.com/webmin/webmin.git
synced 2026-02-08 16:29:58 +00:00
CentOS 5 also supports bonding
This commit is contained in:
@@ -190,7 +190,7 @@ local ($iface) = @_;
|
||||
return ($gconfig{'os_type'} eq 'debian-linux' &&
|
||||
$gconfig{'os_version'} >= 5 ||
|
||||
$gconfig{'os_type'} eq 'redhat-linux' &&
|
||||
$gconfig{'os_version'} >= 14) &&
|
||||
$gconfig{'os_version'} >= 13) &&
|
||||
$iface->{'name'} !~ /^(eth|lo)/ &&
|
||||
$iface->{'virtual'} eq '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user