improve pkg/DESCR wording and update to 0.6.1:

- support for OpenBSD's SIOCGIFDESCR
- support for hw.vendor and hw.product on OpenBSD
- manpage now lists default user (_ladvd on OpenBSD)
- location support also works for LLDP (-L)

from MAINTAINER Paul de Weerd, thanks!
This commit is contained in:
sthen 2008-09-22 22:32:26 +00:00
parent 1ebf2bd47d
commit 3b3d096f12
3 changed files with 12 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/27 21:29:56 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2008/09/22 22:32:26 sthen Exp $
COMMENT = LLDP/CDP sender for UNIX
DISTNAME = ladvd-0.6.0
DISTNAME = ladvd-0.6.1
CATEGORIES = net
HOMEPAGE = http://blinkenlights.nl/software/ladvd/

View File

@ -1,5 +1,5 @@
MD5 (ladvd-0.6.0.tar.gz) = 9a4idQW/J7mLzyypfh5CFQ==
RMD160 (ladvd-0.6.0.tar.gz) = yXRAmgn6mflnaTB2yYg8GqKTdZw=
SHA1 (ladvd-0.6.0.tar.gz) = mpHLayO8ITw+bOWoxjMn/hWZc7w=
SHA256 (ladvd-0.6.0.tar.gz) = CsfZiYrk+Bdrn6aBQMC3+loBXABMYsxbumRADN05HXE=
SIZE (ladvd-0.6.0.tar.gz) = 97266
MD5 (ladvd-0.6.1.tar.gz) = kJid7FIA1sq0jcemz/PL5g==
RMD160 (ladvd-0.6.1.tar.gz) = ZZQ+i+2De3gbI3xC9UldW4fXArg=
SHA1 (ladvd-0.6.1.tar.gz) = Nl8sEafCUO8URU6B41cqXmqn7o0=
SHA256 (ladvd-0.6.1.tar.gz) = 7tJftqKZ8764nEbhRebO9gNftWilzQRBStRwHEdugXI=
SIZE (ladvd-0.6.1.tar.gz) = 125949

View File

@ -1,4 +1,7 @@
LADVD uses CDP / LLDP frames to inform switches about connected hosts,
which simplifies ethernet switch management. It does this by creating
the required payloads and descriptors on startup and then switching
to a non-privileged user for the remaining runtime.
a raw socket at startup, and then switching to a non-privileged user
for the remaining runtime. Every 30 seconds it will transmit CDP/LLDP
packets reflecting the current system state. Interfaces (bridge,
trunk, wireless), capabilities (bridging, forwarding, wireless) and
addresses (IPv4, IPv6) are detected dynamically.