From 72397c4f344ab97fe3db1e381a3e5e1b1a935c62 Mon Sep 17 00:00:00 2001 From: Jason Ackley Date: Tue, 27 Feb 2018 08:58:59 -0600 Subject: model: Added support for ArbOS from Arbor Networks. (#1096) * Basic support for ArbOS from Arbor Networks. ArbOS is the generic name for Arbor Networks (https://www.arbornetworks.com/) OS that runs on some of their devices. Found and imported from https://github.com/claranet/oxidized . Credit to Claranet for the creation. Locally validated on Peakflow SP v8.2+ The module is quite simple as the command 'config show' automatically disables pagination. There is a pagination-enabled version of the command as well. * Added model notes for ArbOS --- docs/Supported-OS-Types.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/Supported-OS-Types.md') diff --git a/docs/Supported-OS-Types.md b/docs/Supported-OS-Types.md index a12f5ef..d6d718f 100644 --- a/docs/Supported-OS-Types.md +++ b/docs/Supported-OS-Types.md @@ -17,6 +17,8 @@ * [BreezeACCESS](/lib/oxidized/model/alvarion.rb) * APC * [AOS](/lib/oxidized/model/apc_aos.rb) + * Arbor Networks + * [ArbOS](/lib/oxidized/model/arbos.rb) * Arista * [EOS](/lib/oxidized/model/eos.rb) * Arris -- cgit v1.2.1