From 47dd377ae62aa00d79fd07c41e7c0c19edccb5e9 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 16 Oct 2024 08:04:37 +0200 Subject: [PATCH] net-mgmt/lldpd: add a plugin changelog --- net-mgmt/lldpd/pkg-descr | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/net-mgmt/lldpd/pkg-descr b/net-mgmt/lldpd/pkg-descr index 81e62b6a3..652ec7c97 100644 --- a/net-mgmt/lldpd/pkg-descr +++ b/net-mgmt/lldpd/pkg-descr @@ -1,7 +1,19 @@ -LLDP is an industry standard protocol designed to supplant -proprietary Link-Layer protocols such as EDP or CDP. -The goal of LLDP is to provide an inter-vendor compatible -mechanism to deliver Link-Layer notifications to adjacent -network devices. +LLDP is an industry standard protocol designed to supplant proprietary +Link-Layer protocols such as EDP or CDP. The goal of LLDP is to provide +an inter-vendor compatible mechanism to deliver Link-Layer notifications +to adjacent network devices. -WWW: https://vincentbernat.github.io/lldpd/ +Plugin Changelog +================ + +1.2 + +* Add AgentX integration support (contributed by TotalGriffLock) + +1.1 + +* Ability to set interfaces (contributed by Michael Muenz) + +1.0 + +* Initial version (contributed by Michael Muenz)