Revize 1972
Přidáno uživatelem Ondřej Fibich před více než 11 roky(ů)
freenetis/branches/1.1/application/libraries/snmp/Mikrotik_Snmp.php | ||
---|---|---|
|
||
if (preg_match('/STRING: "?(.*)"?/', $row, $matches) > 0)
|
||
{
|
||
return text::starts_with($matches[1], 'RouterOS');
|
||
return (
|
||
text::starts_with($matches[1], 'RouterOS') || // RouterOS > 3.2.3
|
||
$matches[1] == 'router' // RouterOS 3.2.3
|
||
);
|
||
}
|
||
else
|
||
{
|
Také k dispozici: Unified diff
Opravy:
- fixes #634: Nefunkcni SNMP detekce typu routeru u starsich Mikrotiku