Add an initial 'make pkg-deb' and debian/ control directory
This commit is contained in:
23
debian/control
vendored
Normal file
23
debian/control
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
Source: govpp-snmp-agentx
|
||||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Pim van Pelt <pim@ipng.ch>
|
||||
Build-Depends: debhelper-compat (= 13), golang-go (>= 1.21)
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://git.ipng.ch/ipng/govpp-agentx-snmp
|
||||
Vcs-Git: https://git.ipng.ch/ipng/govpp-agentx-snmp
|
||||
Vcs-Browser: https://git.ipng.ch/ipng/govpp-agentx-snmp
|
||||
|
||||
Package: govpp-snmp-agentx
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, snmp, snmpd, adduser
|
||||
Description: GoVPP SNMP AgentX Daemon
|
||||
A SNMP AgentX daemon that provides SNMP access to VPP (Vector Packet Processing)
|
||||
statistics and interface information. This daemon acts as a subagent that
|
||||
connects to the main SNMP daemon via the AgentX protocol.
|
||||
.
|
||||
Features:
|
||||
- Interface MIB support
|
||||
- VPP statistics exposure
|
||||
- AgentX protocol implementation
|
||||
- Systemd integration
|
Reference in New Issue
Block a user