aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/lldpd/files/lldpd.config
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-01-02 14:35:43 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-01-02 14:35:43 +0000
commitc8a8f8fd55b39a2cf0e84321415f3c8e7333e53b (patch)
tree36c26b8be23ae2f5191a1ca896e828a93b8e8bf8 /package/network/services/lldpd/files/lldpd.config
parent569bbe49700b2cf0b6c3b1e6a6ecf70aad3d6b81 (diff)
downloadupstream-c8a8f8fd55b39a2cf0e84321415f3c8e7333e53b.tar.gz
upstream-c8a8f8fd55b39a2cf0e84321415f3c8e7333e53b.tar.bz2
upstream-c8a8f8fd55b39a2cf0e84321415f3c8e7333e53b.zip
lldpd: various enhancements
- introduce "list interface" options to specify the ifaces to listen on, takes uci- or network device name - set the default system description to distrib @ hostname, e.g. "OpenWrt Barrier Breaker r34744 @ vbox" - introduce "option lldp_description" to override the automatically generated description SVN-Revision: 34970
Diffstat (limited to 'package/network/services/lldpd/files/lldpd.config')
-rw-r--r--package/network/services/lldpd/files/lldpd.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/network/services/lldpd/files/lldpd.config b/package/network/services/lldpd/files/lldpd.config
index 14ba02fcc4..48728e0e11 100644
--- a/package/network/services/lldpd/files/lldpd.config
+++ b/package/network/services/lldpd/files/lldpd.config
@@ -6,3 +6,10 @@ config lldpd config
option lldp_class 4
option lldp_location "2:FR:6:Commercial Rd:3:Roseville:19:4"
+
+ # if empty, the distribution description is sent
+ #option lldp_description "OpenWrt System"
+
+ # interfaces to listen on
+ list interface "loopback"
+ list interface "lan"