Robert Chéramy
Robert Chéramy
Please document your change in CHANGELOG.md and add the model in docs/[Supported-OS-Types.md](https://github.com/ytti/oxidized/blob/master/docs/Supported-OS-Types.md) The code must pass `rubocop` and `rake test`. Have a look at: https://github.com/ytti/oxidized/blob/master/CONTRIBUTING.md#code-like-a-ruby-professional
The PR looks good, I will be happy to merge it into master after following changes: - Please provide a [unit test](https://github.com/ytti/oxidized/blob/master/docs/Creating-Models.md#create-unit-tests-for-the-model) for the model. You will need to rebase...
Update - consider the unit test point as optional - making the yaml file is to complicated yet, I must improve the documentation before asking submitter do to so. Please...
Sorry for the long delay - I was busy with other topics.
When a parameter is unknown, the FPR does not only tell that it is unknown, it reiterate it, causing the following commands to fail, exit not to work and the...
My Idea would be to send something like "\e[16D\e[Jshow running-config all" to wipe the previous command out. Alternative ansi escape codes : "\e[G\e[J" (go to the first char, then wipe)...
Update - exec mode does not work with firepower 😡.
Closed by PR #3618
Thank you for your contribution. - Please provide a [unit test](https://github.com/ytti/oxidized/blob/master/docs/Creating-Models.md#create-unit-tests-for-the-model) for the model. You will need to rebase / merge from master in order to use `model_helper.rb` in the...
Update - consider the unit test point as optional - making the yaml file is to complicated yet, I must improve the documentation before asking submitter do to so. Please...