Skip to content

Commit

Permalink
Merge pull request #3313 from steveneppler/aoscx.rb-patch
Browse files Browse the repository at this point in the history
Fix regex on Aruba 6400 switches
  • Loading branch information
robertcheramy authored Nov 14, 2024
2 parents fca17a7 + 9f9201d commit b1be800
Show file tree
Hide file tree
Showing 5 changed files with 2,294 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- ios: removes secrets when config has multiple snmp-server host lines. Fixes #3239 (@robertcheramy)
- ios: fixed device specs on ASR900 Series. Fixes #3297 (@robertcheramy, @roshnaraman)
- netgear: prompt for gs752tpp. Fixes #3287 (@robertcheramy)
- aoscx: fixed regex for 6400 switches to hide temperature and power (@steveneppler)

## [0.30.1 – 2024-04-12]

Expand Down
1 change: 0 additions & 1 deletion examples/device-simulation/cmdsets/aoscx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ show module
show interface transceiver
show system | exclude "Up Time" | exclude "CPU" | exclude "Memory" | exclude "Pkts .x" | exclude "Lowest" | exclude "Missed"
show running-config
# commands beyond the oxidized model
show system
exit
Loading

0 comments on commit b1be800

Please sign in to comment.