diff options
author | Wild Kat <wk@futureinquestion.net> | 2018-05-01 12:15:50 +0200 |
---|---|---|
committer | Wild Kat <wk@futureinquestion.net> | 2018-05-01 12:19:31 +0200 |
commit | dc893722569ac8a319c616c06978bbf9c5fa44d7 (patch) | |
tree | fb2bb399c29b443a4ac085a17eda8d6b97ec13c0 | |
parent | 9fd3cafc34e6edc4000a5c176e644799b3a26564 (diff) |
add reference for openwrt support and update changelog
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | docs/Supported-OS-Types.md | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e03883..4e7f09e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Master + +* FEATURE: openwrt model (@z00nx) + ## 0.21.0 * FEATURE: routeros include system history (@InsaneSplash) diff --git a/docs/Supported-OS-Types.md b/docs/Supported-OS-Types.md index 8839cc3..75845b9 100644 --- a/docs/Supported-OS-Types.md +++ b/docs/Supported-OS-Types.md @@ -127,6 +127,7 @@ * [OneOS](/lib/oxidized/model/oneos.rb) * Opengear * [Opengear](/lib/oxidized/model/opengear.rb) +* [OpenWRT](/lib/oxidized/model/openwrt.rb) * [OPNsense](/lib/oxidized/model/opnsense.rb) * Palo Alto * [PANOS](/lib/oxidized/model/panos.rb) |