From ccc2b5ad4db55b39625d22983fb6c2aaeac3772b Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 23 Jun 2025 19:16:02 +0200 Subject: [PATCH] Cut v1.1.0-1 --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 171b7d0..8868d7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +govpp-snmp-agentx (1.1.0-1) bookworm; urgency=medium + + * Add interface event monitoring with VPP API integration + * Populate IF-MIB with real interface details (MAC address, speed, status) + * Consolidate VPP-related modules into unified vpp package + * Implement real-time interface state updates via event-driven callbacks + * Retrieve and expose actual interface properties: MTU, admin/oper status + * Add comprehensive interface details caching and management + + -- Pim van Pelt Sun, 23 Jun 2025 00:00:00 +0000 + govpp-snmp-agentx (1.0.3-1) bookworm; urgency=medium * Remove unnecessary toolchain configuration