Skip to content

Commit

Permalink
Merge pull request #3294 from dminuoso/master
Browse files Browse the repository at this point in the history
Correctly produce config in cmd :secret for ibos
  • Loading branch information
robertcheramy authored Oct 16, 2024
2 parents 1e4bce1 + 3f4c2ec commit 754f9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- cnos: show information before config, remove secrets only when told to do so (@robje)

### Fixed
- fixed error for ibos when remove_secret is set (@dminuoso)
- fixed prompt for Watchguard FirewareOS not matching the regex when the node is managed and master (@benasse)
- fixed prompt for vyos/vyatta to allow logins with non-priviliged accounts. Fixes #3111 (@h-lopez)
- fixed power consumption included in ArubaOS-CX diffs starting with FL.10.13.xxx. Fixes #3142 (@terratalpi)
Expand Down
1 change: 1 addition & 0 deletions lib/oxidized/model/ibos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class IBOS < Oxidized::Model

# radius server 10.1.1.1 secret public
cfg.gsub! /^radius server (\S+) secret (\S+)(.*)/, 'radius server \\1 secret <hidden> \\3'
cfg
end

cmd 'show version' do |cfg|
Expand Down

0 comments on commit 754f9b1

Please sign in to comment.