$errors[]=sprintf(_('Interfaces "%s" and "%s" use the same MAC + VLAN combination'),$macvlans[$macvlan],$baseobject->cn);
$errors[]=newSimplePluginCheckError($this,htmlescape(sprintf(_('Interfaces "%s" and "%s" use the same MAC + VLAN combination'),$macvlans[$macvlan],$baseobject->cn)));
}
$macvlans[$macvlan]=$baseobject->cn;
}
foreach($baseobject->ipHostNumberas$ip){
if(isset($ips[$ip])){
$errors[]=sprintf(_('Interfaces "%s" and "%s" use the same IP address "%s"'),$ips[$ip],$baseobject->cn,$ip);
$errors[]=newSimplePluginCheckError($this,htmlescape(sprintf(_('Interfaces "%s" and "%s" use the same IP address "%s"'),$ips[$ip],$baseobject->cn,$ip)));