From d2a9c75b02eb18f13121c9f653a443f58682505b Mon Sep 17 00:00:00 2001
From: Mikaƫl Mantel <mikaelmantel@users.noreply.github.com>
Date: Mon, 4 Dec 2017 21:18:27 +0100
Subject: 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
---
 docs/Supported-OS-Types.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

(limited to 'docs')

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
-- 
cgit v1.2.3