diff --git a/html/images/os/arista.png b/html/images/os/arista.png new file mode 100644 index 000000000..baced4455 Binary files /dev/null and b/html/images/os/arista.png differ diff --git a/includes/discovery/os/arista-eos.inc.php b/includes/discovery/os/arista-eos.inc.php new file mode 100755 index 000000000..c4edf1e5b --- /dev/null +++ b/includes/discovery/os/arista-eos.inc.php @@ -0,0 +1,9 @@ + diff --git a/includes/static-config.php b/includes/static-config.php index c856f3498..3aca18972 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -170,6 +170,12 @@ $config['os'][$os]['text'] = "Force10 FTOS"; $config['os'][$os]['type'] = "network"; $config['os'][$os]['icon'] = "force10"; +$os = "arista_eos"; +$config['os'][$os]['text'] = "Arista EOS"; +$config['os'][$os]['type'] = "network"; +$config['os'][$os]['icon'] = "arista"; + + $os = "powerconnect"; $config['os'][$os]['text'] = "Dell PowerConnect"; $config['os'][$os]['ifname'] = 1;