mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
- 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)
25 lines
787 B
Text
25 lines
787 B
Text
# Permissions
|
|
|
|
A normal user has to be member of the _lldpd group in order to run lldpcli.
|
|
|
|
## 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
|