diff options
author | z00nx 0 <z00nx0@gmail.com> | 2018-05-01 21:05:55 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-01 21:05:55 +1000 |
commit | 6cda20f362eda2c2775d5b40b043a41277b3869a (patch) | |
tree | fb2bb399c29b443a4ac085a17eda8d6b97ec13c0 | |
parent | 9fd3cafc34e6edc4000a5c176e644799b3a26564 (diff) | |
parent | dc893722569ac8a319c616c06978bbf9c5fa44d7 (diff) |
Merge pull request #1 from wk/pr-1323
add references to new openwrt model to round up the PR
-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) |