Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-15 | add hexadecimal for junos pre-shared-secret | Adam Smith | |
2018-03-15 | add secrets to sanitize in JunOS | Adam Smith | |
2017-02-20 | Added license information and gsub to take out chatty subscriber license ↵ | Tim Pozar | |
updates. | |||
2016-07-10 | move ssh_no_exec exec test into exec definition | Nick Hilliard | |
2016-07-09 | implement new screenscrape method in model | Nick Hilliard | |
2016-07-06 | Added support for ssh_no_exec config file variable | Nick Hilliard | |
2016-02-17 | Added support for "show virtual-chassis" output on Junos EX and QFX switches | Ben Cardy | |
2015-12-09 | keep the config output clean | Elvin Efendi | |
2015-12-07 | bug fix | Elvin Efendi | |
2015-11-23 | ignore frequently changing monitoring data | Elvin Efendi | |
2015-11-23 | use paranthesis for method call | Elvin Efendi | |
2015-11-23 | strip temprature and speed measurement from chassis environment output | Elvin Efendi | |
2015-11-23 | include health and hardware info into config | Elvin Efendi | |
2015-11-13 | better test framework, more specs and Travis CI | Elvin Efendi | |
2015-09-28 | fixes #202 | Saku Ytti | |
2015-03-26 | rename file | Saku Ytti | |
2014-08-06 | small model changes | Saku Ytti | |
- ios show first line of 'show version' - junos display omitted config | |||
2014-06-11 | add secrets removal code + bump version | Samer Abdel-Hafez | |
2014-03-17 | Fix JunOS model | Saku Ytti | |
Block must return string, it returned nil which broke it. Also coerce type to string in future, so block won't fail so catastrophically, just output missing. | |||
2014-03-14 | Introduce 'post' and 'pre' commands | Saku Ytti | |
Both post and pre are called after all 'cmd' are already called, but output from 'pre' is put on top of configuration output and output from 'post' is put on bottom of confguration output. Rationale is dynamic configuration, where you'll only know after running some commands what commands you want to run. Both except blocks, such as pre do # commands to execute end Both can be called multiple times | |||
2013-04-26 | 1.9/2.0 compatibility fix + syslogd cleanup | Saku Ytti | |
2013-04-21 | Run 'main' method if it exists | Saku Ytti | |
Gives alternative, maybe less awkward way to do conditional commands. You can first use cmd methods to gather stuff you want, then in main method you could conditional to things based on them, maybe futher call methods per model. | |||
2013-04-19 | Add 'cmd :all' convenience, ran after each command | Saku Ytti | |
Easier screen-scraping, if each command produces always same set of cruft that needs to be removed | |||
2013-04-17 | Initial commit | Saku Ytti | |
Silly for shit-and-giggles attempt at rancid |