Skip to content

Commit

Permalink
Show partition-config all includes show running-config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnoud Vermeer committed Aug 24, 2016
1 parent 233a360 commit e2fa16b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/oxidized/model/acos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ class ACOS < Oxidized::Model
comment cfg
end

cmd 'show running-config' do |cfg|
cfg.gsub! /(Current configuration).*/, '\\1 <removed>'
cfg.gsub! /(Configuration last updated at).*/, '\\1 <removed>'
cfg.gsub! /(Configuration last saved at).*/, '\\1 <removed>'
cfg.gsub! /(Configuration last synchronized at).*/, '\\1 <removed>'
cfg
end

cmd 'show partition-config all' do |cfg|
cfg.gsub! /(Current configuration).*/, '\\1 <removed>'
cfg.gsub! /(Configuration last updated at).*/, '\\1 <removed>'
Expand Down

0 comments on commit e2fa16b

Please sign in to comment.