Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-24 | Update br6910.rb | Christopher | |
2016-06-24 | Add 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-22 | Merge pull request #475 from udhos/master | ytti | |
Add support for Coriant 8600 and Coriant 8800. | |||
2016-06-22 | Coriant support added to README. | Everton Marques | |
2016-06-21 | Rename Coriant8800 to CoriantTmos. | Everton Marques | |
2016-06-21 | Rename coriant8800 to corianttmos. | Everton Marques | |
2016-06-21 | Login/password prompts only for telnet. | Everton Marques | |
2016-06-21 | Merge pull request #477 from funzoneq/remove-tacacs-secret | ytti | |
Remove tacacs secret | |||
2016-06-21 | Remove tacacs secret | Arnoud Vermeer | |
2016-06-20 | Set comment prefix for Coriant models. | Everton Marques | |
2016-06-20 | Coriant8600 from https://www.coriant.com/products/8600.asp | Everton Marques | |
2016-06-20 | Coriant8800 from https://www.coriant.com/products/8800.asp | Everton Marques | |
2016-06-15 | Update rest_client.rb | ldep30 | |
2016-06-15 | Update rest_client.rb | ldep30 | |
2016-06-13 | expect prompt after enable PW | Saku Ytti | |
2016-06-13 | Merge pull request #469 from f0o/feature-quanta | ytti | |
Added Quanta OS | |||
2016-06-13 | Update Quanta model name | Daniel Preussker | |
2016-06-13 | Added Quanta to ReadMe | Daniel Preussker | |
2016-06-13 | Update quanta.rb | Daniel Preussker | |
Updated match lines | |||
2016-06-13 | Added Quanta OS | Daniel Preussker | |
2016-06-10 | Update rest_client.rb to support 'rest' parameter | ldep30 | |
2016-06-09 | removing debugging | Saku Ytti | |
closes #465 | |||
2016-06-03 | Merge pull request #459 from ThomasADavis/master | ytti | |
NOS v7 has an 'up' date field in the show chassis command that is the… | |||
2016-06-03 | NOS 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-03 | Merge pull request #458 from Shopify/master | ytti | |
Debug statements | |||
2016-06-02 | Merge pull request #25 from Shopify/debug-statements | Elvin Efendi | |
Debug statements | |||
2016-06-02 | fix cli spec | Elvin Efendi | |
2016-06-02 | cleaner spec | Elvin Efendi | |
2016-06-02 | fix specs | Elvin Efendi | |
2016-06-02 | fix tests | Elvin Efendi | |
2016-06-02 | more debug stratements | Elvin Efendi | |
2016-06-02 | some debug statements | Elvin Efendi | |
2016-05-30 | Merge pull request #451 from Alexandre-io/fix/procurve | ytti | |
Avoid commit if cpu, memory or received pkts change and handle cluste… | |||
2016-05-30 | Avoid commit if cpu, memory or received pkts change and handle cluster ↵ | Alexandre-io | |
informations. | |||
2016-05-30 | Merge pull request #436 from Alexandre-io/feat/watchguard | ytti | |
Add support for watchguard (FirewareOS) | |||
2016-05-30 | Add support for watchguard (FirewareOS) | Alexandre-io | |
2016-05-27 | Merge pull request #448 from wiad/issue-433 | ytti | |
Added feature to disable polling based on interval | |||
2016-05-27 | Fix syntax | Adam Winberg | |
2016-05-27 | Use better variable declaration | Adam Winberg | |
2016-05-27 | Added feature to disable polling based on interval | Adam Winberg | |
2016-05-27 | Merge pull request #447 from broxio/patch-3 | ytti | |
Strip out dynamic value from CLI | |||
2016-05-27 | Strip 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-26 | Merge pull request #444 from charlesklement/issue-439 | ytti | |
Issue-439 | |||
2016-05-26 | remove frequently changing lines in 'show system info' | charlesklement | |
2016-05-26 | Merge pull request #441 from Luzifer/add_exposes | ytti | |
Added EXPOSE and VOLUME directives | |||
2016-05-26 | Added EXPOSE and VOLUME directives | Knut 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`. | |||
2016-05-25 | Merge pull request #389 from PANZERBARON/master | ytti | |
Add 'nomore' to NOS model for sh run command | |||
2016-05-25 | Merge pull request #330 from Ham5ter/master | ytti | |
Adds support for Mellanox Switch devices | |||
2016-05-25 | Adds MLNX-OS to the supported Section | Ham5ter | |
2016-05-25 | Renames the Class and File to "MLNXOS" | Ham5ter | |
The Official Name of the Operating System is "MLNX-OS" I changed the Name to "MLNXOS" because Ruby does not support "-" in Class Names. http://www.mellanox.com/page/mlnx_os |