#145 Patch for Huawei (robwwd)

#228 Huawei aggregate link support
POE and duplex admin support added to L3::Huawei
This commit is contained in:
Eric A. Miller
2018-04-25 22:44:13 -04:00
parent a6fdb107b4
commit f2fdbb077c
4 changed files with 788 additions and 53 deletions

View File

@@ -12,7 +12,7 @@ before_install:
- mkdir ~/netdisco-mibs
- cd ~/netdisco-mibs
install:
- curl -sL https://github.com/netdisco/netdisco-mibs/releases/download/4.008/netdisco-mibs.tar.gz | tar --strip-components=1 -zxf -
- curl -sL https://github.com/netdisco/netdisco-mibs/releases/download/4.009/netdisco-mibs.tar.gz | tar --strip-components=1 -zxf -
- cpanm --quiet --notest PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP::MAXTC
before_script:
- 'cd ${TRAVIS_BUILD_DIR}'