mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
* Update lldpd Add handler for agentx to add -x switch * Update General.xml Added AgentX field to model * Update general.xml Add field for agentx support * Update lldpd Rearrange ifs slightly * Update Makefile Reflect version changes * Update net-mgmt/lldpd/Makefile Co-authored-by: Franco Fichtner <franco@lastsummer.de> * Update net-mgmt/lldpd/src/opnsense/mvc/app/controllers/OPNsense/Lldpd/forms/general.xml Co-authored-by: Franco Fichtner <franco@lastsummer.de> --------- Co-authored-by: Franco Fichtner <franco@lastsummer.de>
8 lines
208 B
Makefile
8 lines
208 B
Makefile
PLUGIN_NAME= lldpd
|
|
PLUGIN_VERSION= 1.2
|
|
PLUGIN_COMMENT= LLDP allows you to know exactly on which port is a server
|
|
PLUGIN_DEPENDS= lldpd
|
|
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
|
|
|
.include "../../Mk/plugins.mk"
|