Skip to content

Commit

Permalink
Fix changelog and quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Schouwenburg committed Sep 16, 2023
2 parents 6d592e1 + 4f2349f commit a8565ea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## Added
- model for D-Link cisco like CLI (@mirackle-spb)
- model for Ruijie Networks RGOS devices (@spike77453)
- added support for AricentISS 2.x firmware (@davromaniak)
- model for Asterfusion Network Operating System (@avl-dev)
- pagination for http source (@davama)

- model for Ericsson Miniling 6600 series (@schouwenburg)
- model for Mimosa B11 (@ritzbhuj)
+ Added ability to send mail with the Docker container
+ Documentation to send mail with hooks

## Changed
- tp-link: fixed enable mode post login entrance (@mirackle-spb)
- dlink: fixed prompt for other dlink switches, added additional uptime removal expressions (@mirackle-spb)
- 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 All @@ -28,7 +34,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- fixed netscaler backups with hostname set #2828 (@electrocret)
- Do not redirect stderr when fetching opnsense version since default shell (csh) doesn't support it (@spike77453)
- Fixed fan RPM speeds included in Aruba CX diffs (@danpoltawski)
- Added support for Nokia SAR 7705 HMC in SROS model (@schouwenburg)
- Gitcrypt output refinements (@electrocret)
- Remove constantly updating dates from backup of Adtran config (@davesbell)
- fixed prompt for Cumulus to allow usernames with dots and dashes (@ktims)
- fixed source http when source is librenms (@davama)

## [0.29.1 - 2023-04-24]

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\n' do |cfg|
cmd "admin display-config index\n" do |cfg|
comment cfg
end

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

Expand Down

0 comments on commit a8565ea

Please sign in to comment.