We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc5fe61 + 38fe02a commit 97e64f2Copy full SHA for 97e64f2
CHANGELOG.md
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
19
- Fix frozen string literals (@robertcheramy)
20
- powerconnect: Cleanup login/logout logic. Fixes #3437 (@clifcox)
21
- aos7: remove extra lines occuring when `show hardware-info` runs slow (@rouven0)
22
+- srosmd: add ignore regex for 64-bit system uptime (@emiliaaah)
23
24
## [0.32.2 – 2025-02-27]
25
This patch release mainly fixes the docker building process, wich resulted in
lib/oxidized/model/srosmd.rb
@@ -26,7 +26,7 @@ class SROSMD < Oxidized::Model
26
#
27
# Strip uptime.
28
29
- cfg.sub! /^System Up Time.*\n/, ''
+ cfg.gsub! /^System Up Time.*\n/, ''
30
comment cfg
31
end
32
0 commit comments