Release 1.2.2-1
This commit is contained in:
10
debian/changelog
vendored
10
debian/changelog
vendored
@@ -1,3 +1,13 @@
|
|||||||
|
govpp-snmp-agentx (1.2.2-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* Simplify ifmib integration by removing reflection usage
|
||||||
|
* Move to direct counter updates for improved performance
|
||||||
|
* Refactor interface tracking with simplified state management
|
||||||
|
* Remove dependency on reflection for handler manipulation
|
||||||
|
* Fix test suite to match refactored ifmib implementation
|
||||||
|
|
||||||
|
-- Pim van Pelt <pim@ipng.ch> Sat, 23 Nov 2024 00:00:00 +0000
|
||||||
|
|
||||||
govpp-snmp-agentx (1.2.1-1) bookworm; urgency=medium
|
govpp-snmp-agentx (1.2.1-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* Fix OID visibility bug after go-agentx 0.3.0 upgrade
|
* Fix OID visibility bug after go-agentx 0.3.0 upgrade
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import (
|
|||||||
"govpp-snmp-agentx/vpp"
|
"govpp-snmp-agentx/vpp"
|
||||||
)
|
)
|
||||||
|
|
||||||
const Version = "1.2.1-1"
|
const Version = "1.2.2-1"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
debug := flag.Bool("debug", false, "Enable debug logging")
|
debug := flag.Bool("debug", false, "Enable debug logging")
|
||||||
|
|||||||
Reference in New Issue
Block a user