summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-04Merge pull request #487 from nickhilliard/im-centos-installationytti
updated installation instructions for centos7/rhel7
2016-07-04Apostrophe typoNick Hilliard
2016-07-04Added instructions for RHEL7Nick Hilliard
2016-06-27Merge pull request #484 from MrRJ45/patch-2ytti
Update edgeswitch.rb
2016-06-27Update edgeswitch.rbMrRJ45
Fix user prompt on some versions (Only "User:" at the prompt, with no spaces
2016-06-25Merge pull request #480 from cardboardpig/cardboardpig-br6910-patch-1ytti
Add support for Brocade 6910 (br6910)
2016-06-25Update README.mdChristopher
Added supported OS type Brocade > 6910
2016-06-24Update br6910.rbChristopher
2016-06-24Add support for Brocade 6910 (br6910)Christopher
The Brocade 6910 switch has a significantly different CLI to Ironware/Fastiron and requires different treatment to pull config.
2016-06-22Merge pull request #475 from udhos/masterytti
Add support for Coriant 8600 and Coriant 8800.
2016-06-22Coriant support added to README.Everton Marques
2016-06-21Rename Coriant8800 to CoriantTmos.Everton Marques
2016-06-21Rename coriant8800 to corianttmos.Everton Marques
2016-06-21Login/password prompts only for telnet.Everton Marques
2016-06-21Merge pull request #477 from funzoneq/remove-tacacs-secretytti
Remove tacacs secret
2016-06-21Remove tacacs secretArnoud Vermeer
2016-06-20Set comment prefix for Coriant models.Everton Marques
2016-06-20Coriant8600 from https://www.coriant.com/products/8600.aspEverton Marques
2016-06-20Coriant8800 from https://www.coriant.com/products/8800.aspEverton Marques
2016-06-13expect prompt after enable PWSaku Ytti
2016-06-13Merge pull request #469 from f0o/feature-quantaytti
Added Quanta OS
2016-06-13Update Quanta model nameDaniel Preussker
2016-06-13Added Quanta to ReadMeDaniel Preussker
2016-06-13Update quanta.rbDaniel Preussker
Updated match lines
2016-06-13Added Quanta OSDaniel Preussker
2016-06-09removing debuggingSaku Ytti
closes #465
2016-06-03Merge pull request #459 from ThomasADavis/masterytti
NOS v7 has an 'up' date field in the show chassis command that is the…
2016-06-03NOS v7 has an 'up' date field in the show chassis command that is the ↵Thomas Davis
current day. This removes that 'up' date value from the show chassis command.
2016-06-03Merge pull request #458 from Shopify/masterytti
Debug statements
2016-06-02Merge pull request #25 from Shopify/debug-statementsElvin Efendi
Debug statements
2016-06-02fix cli specElvin Efendi
2016-06-02cleaner specElvin Efendi
2016-06-02fix specsElvin Efendi
2016-06-02fix testsElvin Efendi
2016-06-02more debug stratementsElvin Efendi
2016-06-02some debug statementsElvin Efendi
2016-05-30Merge pull request #451 from Alexandre-io/fix/procurveytti
Avoid commit if cpu, memory or received pkts change and handle cluste…
2016-05-30Avoid commit if cpu, memory or received pkts change and handle cluster ↵Alexandre-io
informations.
2016-05-30Merge pull request #436 from Alexandre-io/feat/watchguardytti
Add support for watchguard (FirewareOS)
2016-05-30Add support for watchguard (FirewareOS)Alexandre-io
2016-05-27Merge pull request #448 from wiad/issue-433ytti
Added feature to disable polling based on interval
2016-05-27Fix syntaxAdam Winberg
2016-05-27Use better variable declarationAdam Winberg
2016-05-27Added feature to disable polling based on intervalAdam Winberg
2016-05-27Merge pull request #447 from broxio/patch-3ytti
Strip out dynamic value from CLI
2016-05-27Strip out dynamic value from CLI broxio
Strip out random value from #show version - Memory - Current time is - The system has been up - Last configuration saved at #show running-config all-partitions - Current configuration - Configuration last updated at - Configuration last saved at - Configuration last synchronised at Another add in cmd #show bootimage it's similar to show version it is more readable
2016-05-26Merge pull request #444 from charlesklement/issue-439ytti
Issue-439
2016-05-26remove frequently changing lines in 'show system info'charlesklement
2016-05-26Merge pull request #441 from Luzifer/add_exposesytti
Added EXPOSE and VOLUME directives
2016-05-26Added EXPOSE and VOLUME directivesKnut Ahlers
This describes the exposed ports and the volume according to the `README.md` documentation. Though it is possible to mount volumes and expose ports using `docker run`, for several docker management tools it is not possible to expose ports or mount volumes when they are not defined in the `Dockerfile`.