Skip to content

Commit

Permalink
model/asa: fixing prompt - hostname regex taken from ios model
Browse files Browse the repository at this point in the history
  • Loading branch information
sts committed Oct 23, 2014
1 parent e5ef7b8 commit 34c4559
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 34c4559

Please sign in to comment.