Basic LigoPTP Discovery

fix #2636
This commit is contained in:
Rosiak
2015-12-20 21:10:36 +01:00
parent 778e0be122
commit 2f88cb93a3
2 changed files with 25 additions and 0 deletions
+8
View File
@@ -1380,6 +1380,14 @@ $config['os'][$os]['icon'] = 'riverbed';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Traffic';
// Ligowave LigoOS
$os = 'ligoos';
$config['os'][$os]['text'] = 'LigoWave LigoOS';
$config['os'][$os]['type'] = 'wireless';
$config['os'][$os]['icon'] = 'ligowave';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Traffic';
// Appliances
$os = 'fortios';
$config['os'][$os]['text'] = 'FortiOS';