diff options
author | Saku Ytti <saku@ytti.fi> | 2014-03-18 13:57:22 +0200 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-03-18 13:57:22 +0200 |
commit | 76297426b9c0f462f6ef973e1ede37bdbdf1ee2a (patch) | |
tree | 377b1f541b1e8ade2f61ed246b86c4e1d6fcff52 | |
parent | bb2e48ba7e9cc76b987a11952ce7585105911ace (diff) |
Be more liberal about username prompt
^\r? was too strict
Also move non-config above of config, rancid-style.
Also Procurve is unbelievably shitty crapbox, screen drawing is shit,
telnet password is maximum 17 chars, ssh password maximum 16 chars, que?
-rw-r--r-- | lib/oxidized/model/procurve.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/oxidized/model/procurve.rb b/lib/oxidized/model/procurve.rb index b431629..9654806 100644 --- a/lib/oxidized/model/procurve.rb +++ b/lib/oxidized/model/procurve.rb @@ -22,8 +22,6 @@ class Procurve < Oxidized::Model new_cfg end - cmd 'show running-config' - cmd 'show version' do |cfg| comment cfg end @@ -32,9 +30,11 @@ class Procurve < Oxidized::Model comment cfg end + cmd 'show running-config' + cfg :telnet do - username /^\r?Username:/ - password /Password: / + username /Username:/ + password /Password:/ end cfg :telnet, :ssh do |