Release 1.2.3-1

This commit is contained in:
Pim van Pelt
2025-11-23 11:07:02 +01:00
parent b450e02b8d
commit 06a1f4401d
2 changed files with 10 additions and 1 deletions

9
debian/changelog vendored
View File

@@ -1,3 +1,12 @@
govpp-snmp-agentx (1.2.3-1) bookworm; urgency=medium
* Fix VPP stats filtering to exclude deleted interfaces
* Add interface manager integration to stats manager
* Filter out stale interface statistics from deleted interfaces
* Improve stats reliability by cross-referencing with current interface list
-- Pim van Pelt <pim@ipng.ch> Sat, 23 Nov 2024 00:00:00 +0000
govpp-snmp-agentx (1.2.2-1) bookworm; urgency=medium govpp-snmp-agentx (1.2.2-1) bookworm; urgency=medium
* Simplify ifmib integration by removing reflection usage * Simplify ifmib integration by removing reflection usage

View File

@@ -16,7 +16,7 @@ import (
"govpp-snmp-agentx/vpp" "govpp-snmp-agentx/vpp"
) )
const Version = "1.2.2-1" const Version = "1.2.3-1"
func main() { func main() {
debug := flag.Bool("debug", false, "Enable debug logging") debug := flag.Bool("debug", false, "Enable debug logging")