v0.6.0-beta.4
Pre-release
Pre-release
Fixed
- 🔌 Dynamic Port Speed Telemetry: Resolved a bug where switch port physical link speed attributes and sensors were only walked once at startup, causing their values to remain frozen at the initial speed when physical link renegotiation occurred (e.g. toggling from 1 Gbps to 100 Mbps). Moved physical link speed polling (
ifSpeedandifHighSpeed) to the dynamic/always-polled telemetry loop and added automatic stale value pruning to dynamically update interface speed attributes and sensors in real-time.