Debian package 1.1.3-1

This commit is contained in:
Pim van Pelt
2025-06-24 06:28:18 +02:00
parent 067e324cca
commit 15216782d1
2 changed files with 10 additions and 1 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
govpp-snmp-agentx (1.1.3-1) bookworm; urgency=medium
* Use fallback packet counters when VPP unicast stats are unavailable
* Fix unicast packet reporting for interfaces without detailed stats collection
* Add VPP configuration comments for stats-collect feature requirements
* Improve packet counter accuracy across different VPP configurations
-- Pim van Pelt <pim@ipng.ch> Mon, 24 Jun 2025 00:00:00 +0000
govpp-snmp-agentx (1.1.2-1) bookworm; urgency=medium govpp-snmp-agentx (1.1.2-1) bookworm; urgency=medium
* Add startup version logging to INFO log level * Add startup version logging to INFO log level

View File

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