Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-16 | Merge pull request #728 from mediumo/tplink | ytti | |
Tplink model | |||
2017-02-16 | changed README and enable behaviour to cmd instead of send | root | |
2017-02-16 | added variable fortios_autoupdate, to control inclusion of autoupdate messages | root | |
2017-02-16 | added tplink model | root | |
2017-02-16 | added psk and private-key removal to secret section | root | |
2017-02-14 | Updated timos.rb to ignore "Generated" and "Finished" lines so it doesn't ↵ | Tim Pozar | |
look like a new config each time to crawls the box. | |||
2017-02-14 | Update opengear.rb | boudreau | |
With new update : OpenGear/CM71xx Version 3.16.6u1 e02e2d59 -- Mon Nov 14 17:44:05 EST 2016 the backup wasn't working anymore, needed a prompt | |||
2017-02-14 | don't use http auth when no user or pw is in cfg | Saku Ytti | |
fixes #720 | |||
2017-02-13 | don't fail on poor json location specification | Saku Ytti | |
2017-02-13 | add support for hierarchical keys in json | Saku Ytti | |
requestd in issue #695 | |||
2017-02-11 | Merge pull request #716 from davama/master | ytti | |
nxos.rb: Add secret block | |||
2017-02-10 | nxos.rb: Add secret block | Dave | |
Took config from our local setup. Adding since it does not have it | |||
2017-02-10 | fix /next guard | Saku Ytti | |
2017-02-10 | guard adding job via configuration option | Saku Ytti | |
2017-02-10 | add one thread when requesting next via API | Saku Ytti | |
2017-02-10 | Merge pull request #712 from Ultra2D/issue-681 | ytti | |
Procurve convert next line (NEL) to new line | |||
2017-02-10 | Procurve convert next line (NEL) to new line | Ultra2D | |
2017-02-10 | Remove (some) secrets from Comware config | Ultra2D | |
2017-02-07 | Merge branch 'master' into ArubaIAP_MAS | Tim Pray | |
2017-02-07 | Better notes and fix a mistake in the secret lines | Tim Pray | |
2017-02-07 | Modify to support IAP, Instant Controller and Mobility Access Switches | Tim Pray | |
2017-02-07 | add support for netgear switch | Alexander Schaber | |
2017-02-06 | changed "diagnose autoupdate version" behaviour, since with every update of ↵ | root | |
signatures the config version is changed | |||
2017-02-06 | nicer regex for both password variants of fortiOS | root | |
2017-02-06 | added secret removal for fortiOS | root | |
2017-02-04 | Cleaner way to fix older IronWare devices | Jason Wendel | |
This works on older IronWare devices without needing a sleep between each command. | |||
2017-02-03 | Restore compatibility with older versions of IronWare | Jason Wendel | |
Remove \r from the "enable" command. Both \r and \n are interpreted the same on older versions, causing a blank line to be sent as the enable password. Add a delay between the sending of the "logout" command and each "exit" command. Older devices don't seem to be able to keep up with the speed the commands are sent without a delay. | |||
2017-02-03 | Update fabricos.rb | K. Gasso | |
Ignore Uptime/Power/Date fields in chassisShow and configShow | |||
2017-02-03 | Updated split to be more efficient, thanks ytti! | Richard Mayhew | |
2017-02-03 | feature: support IP Addressed provided with a netmask | Richard Mayhew | |
2017-01-31 | Filter out rogue client alerts from AireOS | Ross W | |
2017-01-24 | Don't show error is unsupported | vppencilsharpener | |
This is the proposed fix for issue #669. Let me know if there is anything that I need to fix. This appears to be working correctly for the switch I have in house (S2400-24P). However the model is not working for the Aruba Instant AP (IAP) (virtual) controller. I hope to submit a fix for those once I have it working. The problems with that device appear to be unrelated to these changes as the prompt is incorrect. | |||
2017-01-25 | Update | mbakerbp | |
2017-01-24 | Requested changes | mbakerbp | |
2017-01-24 | GPG support working | mbakerbp | |
2017-01-24 | GPG support | mbakerbp | |
2017-01-24 | Update | mbakerbp | |
2017-01-24 | Syntax error | mbakerbp | |
2017-01-24 | Untested GPG work | mbakerbp | |
2017-01-19 | Tweak the white space for cleaning. | vppencilsharpener | |
2017-01-18 | Update ironware.rb | devicenull | |
Some Brocade devices only have two possible fan speeds. Previously, this only handled three levels of fan speeds. Updated regex will handle both of these cases: Fan 1 ok, speed (auto): 1<->[[2]] Fan 1 ok, speed (auto): 1<->[[2]]<->3 | |||
2017-01-11 | Ignore fan speed changes for ironware | devicenull | |
Brocade ICX/FCX log fan speed changes like this: Fan ok, speed (auto): 1<->[[2]]<->3 Fan ok, speed (auto): [[1]]<->2<->3 Remove the current fan speed from the configuration to prevent lots of useless changes from being logged. | |||
2017-01-10 | Ensure config gets returned even if no replacements are done | devicenull | |
2017-01-10 | Mask out configuration date for fiberdriver | devicenull | |
Our fiberdriver devices report a timestamp during 'show running-config', which results in a config diff on every run. This patch removes the '+! Configuration saved on 2017/01/10 14:21:20' line from the config, as well as a couple other useless status messages | |||
2017-01-10 | Add support for telnet | Jason Lixfeld | |
2017-01-09 | Ignore undefined UTF8 in ironware.rb | devicenull | |
We have some Brocade MLX devices that are triggering 'raised Encoding::UndefinedConversionError with msg ""\xFF" from ASCII-8BIT to UTF-8"'. Update the ironware.rb file to ignore undefined UTF8 as well as invalid UTF8 | |||
2017-01-09 | adding zhone OLT/MX GPON/MetroE/DSL gear | Robert Drake | |
2016-12-27 | Hide remaining passwords | Gaëtan DUCHAUSSOIS | |
2016-12-27 | Update ios.rb | Gaëtan Duchaussois | |
Do the terminal configure after enable since it might be prohibited in non ena | |||
2016-12-20 | changing ios gsub | nertwork | |