diff options
author | Mikaƫl Mantel <mikaelmantel@users.noreply.github.com> | 2017-12-04 21:18:27 +0100 |
---|---|---|
committer | Neil Lathwood <neil@lathwood.co.uk> | 2017-12-04 20:18:27 +0000 |
commit | d2a9c75b02eb18f13121c9f653a443f58682505b (patch) | |
tree | 93fb2a8778378ee3c02a8ce2839082b94744d019 /docs | |
parent | 2803e49ec9e10e97a0b28550f495eeb8e59b2c8d (diff) |
model: Added support for SLX-OS (#1056)
* Add support for SLX-OS
* Remove commented code
* Add SLX-OS on the list of Supported OS Types
* Replace tabs with spaces
* Regex modification for remove the display of uptime
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Supported-OS-Types.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/Supported-OS-Types.md b/docs/Supported-OS-Types.md index 99566c4..a6ee713 100644 --- a/docs/Supported-OS-Types.md +++ b/docs/Supported-OS-Types.md @@ -27,11 +27,12 @@ * [VOSS (VSP Operating System Software)](/lib/oxidized/model/voss.rb) * [BOSS (Baystack Operating System Software)](/lib/oxidized/model/boss.rb) * Brocade - * [FabricOS](/lib/oxidized/model/fabricos.rb) - * [Ironware](/lib/oxidized/model/ironware.rb) - * [NOS (Network Operating System)](/lib/oxidized/model/nos.rb) - * [Vyatta](/lib/oxidized/model/vyatta.rb) - * [6910](/lib/oxidized/model/br6910.rb) + * [FabricOS](lib/oxidized/model/fabricos.rb) + * [Ironware](lib/oxidized/model/ironware.rb) + * [NOS (Network Operating System)](lib/oxidized/model/nos.rb) + * [Vyatta](lib/oxidized/model/vyatta.rb) + * [6910](lib/oxidized/model/br6910.rb) + * [SLX-OS](lib/oxidized/model/slxos.rb) * Casa * [Casa](/lib/oxidized/model/casa.rb) * Check Point |