. * * @link https://www.librenms.org * * @copyright 2018 Tony Murray * @author Tony Murray */ namespace LibreNMS\OS; use LibreNMS\Interfaces\Discovery\ProcessorDiscovery; use LibreNMS\Interfaces\Polling\ProcessorPolling; use LibreNMS\OS; class Edgeswitch extends OS implements ProcessorDiscovery, ProcessorPolling { use OS\Traits\VxworksProcessorUsage; }