Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-21 | the great makeover - standardize layout, alignment, indentation | Wild Kat | |
2018-04-08 | eliminate inverse methods from models | Wild Kat | |
2017-11-11 | fix: Fix prompt pattern for model/comware.rb to handle ASCII Bell response ↵ | Nicholas Meredith | |
+fix minor README.md typo (#1094) * comware.rb: update prompt to work when trailing ^G ASCII 7 (bell) is sent * README.md: correct typo 'HTT' to 'HTTP' for Configuration / Outputs paragraph * model/comware.rb: cleaning out some comments | |||
2017-02-10 | Remove (some) secrets from Comware config | Ultra2D | |
2016-05-10 | Update comware.rb | Albert Martinez | |
issue #415 skip rogue ^M to comware based devices | |||
2015-10-11 | remove () from nul byte check in comware prompt | Nick Hilliard | |
2015-10-11 | sometimes the comware prompt might have a leading nul char | Nick Hilliard | |
2015-09-24 | model/comware: ignore lines with uptime (ingore case!) for real | Roman Pertl | |
2015-04-16 | Add support for HP Comware SMB switches | Tom Laermans | |
Some SMB HP switches (V1910, V1920) run Comware, but have the CLI hidden behind a "secret" toggle - it needs to be activated by _cmdline-mode on. The password to enable it varies per model, so this patch introduces a new var, comware_cmdline to contain the password. Unfortunately we cannot easily autodetect this, as only the "summary" command can give us the model number, but this command is paged and we cannot disable the pager until we are in the full CLI. Tested on HP V1910-24G-POE. | |||
2015-02-07 | Added model for Comware based devices | Jasper | |
Added support for Comware based devices from HP (A-series), H3C and 3Com. |