Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2015 20:02:04 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398954 - in head/net-mgmt/lldpd: . files
Message-ID:  <201510092002.t99K24lY088138@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Fri Oct  9 20:02:04 2015
New Revision: 398954
URL: https://svnweb.freebsd.org/changeset/ports/398954

Log:
  net-mgmt/lldpd: update 0.7.16 -> 0.7.18
  
  - Add additional information to README on -I interface flag usage
  - Change formatting of pkg-message
  
  Changes:	https://github.com/vincentbernat/lldpd/compare/0.7.16...0.7.18
  
  PR:		203621
  Submitted by:	Mathieu Simon <freebsd@simweb.ch> (maintainer)

Modified:
  head/net-mgmt/lldpd/Makefile
  head/net-mgmt/lldpd/distinfo
  head/net-mgmt/lldpd/files/README.bsd
  head/net-mgmt/lldpd/pkg-message

Modified: head/net-mgmt/lldpd/Makefile
==============================================================================
--- head/net-mgmt/lldpd/Makefile	Fri Oct  9 19:20:24 2015	(r398953)
+++ head/net-mgmt/lldpd/Makefile	Fri Oct  9 20:02:04 2015	(r398954)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lldpd
-PORTVERSION=	0.7.16
+PORTVERSION=	0.7.18
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://media.luffy.cx/files/${PORTNAME}/
 

Modified: head/net-mgmt/lldpd/distinfo
==============================================================================
--- head/net-mgmt/lldpd/distinfo	Fri Oct  9 19:20:24 2015	(r398953)
+++ head/net-mgmt/lldpd/distinfo	Fri Oct  9 20:02:04 2015	(r398954)
@@ -1,2 +1,2 @@
-SHA256 (lldpd-0.7.16.tar.gz) = a0b85a5e685b8e7dad08b6f20ea79d8bec47d8dbf39daef419bd20ad7f37d63f
-SIZE (lldpd-0.7.16.tar.gz) = 1536603
+SHA256 (lldpd-0.7.18.tar.gz) = 6d6ad8e13286addcbf8787d9c407a7f4bdc4f6ae67bb1d81bcd195169f5095d6
+SIZE (lldpd-0.7.18.tar.gz) = 1536290

Modified: head/net-mgmt/lldpd/files/README.bsd
==============================================================================
--- head/net-mgmt/lldpd/files/README.bsd	Fri Oct  9 19:20:24 2015	(r398953)
+++ head/net-mgmt/lldpd/files/README.bsd	Fri Oct  9 20:02:04 2015	(r398954)
@@ -1,3 +1,25 @@
+# Permissions
+
 A normal user has to be member of the _lldpd group in order to run lldpcli.
 
--- Mathieu Simon <freebsd@simweb.ch>, Tue, 10 Dec 2014 13:40:00 +01:00
+## Notes on lldpd_flags
+
+Though lldpd_flags is not required to launch lldpd, remember that without 
+a specified "-I" option lldpd will be listening on _all_ physical interfaces.
+
+Short examples:
+
+  * Listen only on em0 and enable CDP:
+	lldpd_flags="-I em0 -c"
+  * Listen on all interfaces, except em0:
+	lldpd_flags="-I *,!em0"
+
+A whitelisted interface beats a blacklisted interface which beats a simple
+matched interface. See lldpd(8), which contains the complete documentation.
+
+## Compatibility
+
+This port should work equally well on both FreeBSD and DragonFly BSD, though
+the later might be a bit less regularly tested.
+
+-- Mathieu Simon <freebsd@simweb.ch>, Tue, 06 Oct 2015 13:20:00 +02:00

Modified: head/net-mgmt/lldpd/pkg-message
==============================================================================
--- head/net-mgmt/lldpd/pkg-message	Fri Oct  9 19:20:24 2015	(r398953)
+++ head/net-mgmt/lldpd/pkg-message	Fri Oct  9 20:02:04 2015	(r398954)
@@ -1,2 +1,5 @@
-To run lldpd from startup, add lldpd_enable="YES" to your rc.conf.
-Add lldpd_flags to your rc.conf to set options.
+To run lldpd at startup, add the following line to rc.conf:
+
+	lldpd_enable="YES"
+
+Add lldpd_flags to rc.conf control its behaviour.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510092002.t99K24lY088138>