Skip to content

Commit

Permalink
Fix for SROS SAR 7705 Hmc (#2887)
Browse files Browse the repository at this point in the history
* Fix for SROS SAR 7705 Hmc

* Per mistake added too many files
  • Loading branch information
Schouwenburg authored Sep 20, 2023
1 parent 4f2349f commit 52c1f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- Collect VC info for juniper ex3400 (@ermuller)
- adva: fix config content for recovery process, collect config delta instead of current (@MichiMeyer)
- iosxr: include last config changed by in model (@electrocret)
- Added support for Nokia SAR 7705 HMC in SROS model (@schouwenburg)

## Fixed

Expand Down
4 changes: 2 additions & 2 deletions lib/oxidized/model/sros.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ class SROS < Oxidized::Model
#
# Show the running persistent indices.
#
cmd 'admin display-config index' do |cfg|
cmd "admin display-config index\n" do |cfg|
comment cfg
end

#
# Show the running configuration.
#
cmd 'admin display-config' do |cfg|
cmd "admin display-config\n" do |cfg|
cfg
end

Expand Down

0 comments on commit 52c1f98

Please sign in to comment.