Skip to content

Commit

Permalink
model/asa: ASA prompt contains HA Failover state separated by slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
sts committed Oct 27, 2014
1 parent b2811e8 commit c59b4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oxidized/model/asa.rb
Expand Up @@ -3,7 +3,7 @@ class ASA < Oxidized::Model
# Cisco ASA model #
# Only SSH supported for the sake of security

prompt /^\r*([\w.@()-]+[#>]\s?)$/
prompt /^\r*([\w.@()-\/]+[#>]\s?)$/
comment '! '

cmd :all do |cfg|
Expand Down

0 comments on commit c59b4b5

Please sign in to comment.