diff options
| author | Christopher <cardboardpig@users.noreply.github.com> | 2016-06-24 18:31:41 +1000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-24 18:31:41 +1000 | 
| commit | aa41b3676b8238b34d9aeda21fa6d79052f06609 (patch) | |
| tree | b813d6cd0b603919b0d6752d5c7c876659661d45 | |
| parent | 0f33b1e478ba38590dddec2673f8efaddde91ec6 (diff) | |
Update br6910.rb
| -rw-r--r-- | lib/oxidized/model/br6910.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/oxidized/model/br6910.rb b/lib/oxidized/model/br6910.rb index 3ca7b67..b5c9bcf 100644 --- a/lib/oxidized/model/br6910.rb +++ b/lib/oxidized/model/br6910.rb @@ -1,7 +1,7 @@  class BR6910 < Oxidized::Model
 -  prompt /^Vty-1\#$/
 +  prompt /^Vty-[0-9]\#$/
    comment  '! '
    # not possible to disable paging prior to show running-config
 @@ -42,4 +42,4 @@ class BR6910 < Oxidized::Model      pre_logout 'exit'
    end
 -end
\ No newline at end of file +end
 | 
