Bump version v1.1.5-1
This commit is contained in:
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
||||
govpp-snmp-agentx (1.1.5-1) bookworm; urgency=medium
|
||||
|
||||
* Implement automatic interface deletion handling in IF-MIB
|
||||
* Simplify interface event processing by removing separate delete callbacks
|
||||
* Remove unused functions and clean up codebase (RemoveInterface, rebuildMIB)
|
||||
* Improve interface state synchronization between VPP and SNMP MIB
|
||||
* Automatically detect and remove deleted interfaces during updates
|
||||
|
||||
-- Pim van Pelt <pim@ipng.ch> Wed, 02 Jul 2025 00:00:00 +0000
|
||||
|
||||
govpp-snmp-agentx (1.1.4-1) bookworm; urgency=medium
|
||||
|
||||
* Major VPP module refactoring with improved separation of concerns
|
||||
|
@ -16,7 +16,7 @@ import (
|
||||
"govpp-snmp-agentx/vpp"
|
||||
)
|
||||
|
||||
const Version = "1.1.4-1"
|
||||
const Version = "1.1.5-1"
|
||||
|
||||
func main() {
|
||||
debug := flag.Bool("debug", false, "Enable debug logging")
|
||||
|
Reference in New Issue
Block a user