ytti
ytti
Can you do separate PR fo the jobs_done. I'm not sure about the lockout implementation. I think I prefer another Asetus instance (and consequently file) with array of IPs, names,...
If it were instance of Asetus, we could POST/GET update it via oxidized-web, and then #save the Asetus instance to get it to disk too.
#cmd is still broken, right? It doesn't not support expecting string as an end-of-output, but mandates use of ```exec``` channel? Lot of devices I've tested do not support ```exec``` channels...
K understand it now.
I fully support that we actually should have a) library to interact with networking deices b) configuration backup software using that library (now oxidized) c) scriptable CLI using that library...
This is probably mistake in somewhere else in the code. I think we should guarantee group to be nil or false if we don't have group. Why is it empty...
Definitely a legit problem. But I think we probably should have separate regexp for different state. Possibly we should make prompt an instance of new prompts class. And for backward...
I'm ok with this, but if we wanted more safety, perhaps we should match for space surrounded by non-spaces, instead of space verbatim.
Here is mechinize model: https://github.com/ytti/oxidized/blob/master/lib/oxidized/model/cambium.rb
I would make this drier. You are repeating yourself. Instead you could make an hash then add SSL keys to the hash if SSL is defined and then call the...