From 96b9dd501d7ae5f80fbdf2ee71988420e80de40e Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 24 Jun 2025 06:40:40 +0200 Subject: [PATCH] Update paths --- docs/DETAILS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DETAILS.md b/docs/DETAILS.md index 585e9f5..1cdcb22 100644 --- a/docs/DETAILS.md +++ b/docs/DETAILS.md @@ -17,7 +17,7 @@ VPP Stats Socket → VPP Stats Client → Interface MIB → AgentX → SNMPd The application consists of four main components: -1. **VPP Stats Client** (`src/vppstats/`): Connects to VPP stats socket and retrieves interface counters +1. **VPP Stats Client** (`src/vpp/`): Connects to VPP stats socket and retrieves interface counters 2. **Interface MIB** (`src/ifmib/`): Maps VPP statistics to SNMP IF-MIB structure 3. **AgentX Client** (`src/agentx/`): Handles AgentX protocol connection and MIB registration 4. **Main Application** (`src/main.go`): Orchestrates the components and handles configuration