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
commit090f7dbbad6609d61f7edfe3cc0c8dbbfbf55497 (patch)
tree5e57955b074552dcc4954cc66d3bf787f692d374 /package/network/services/lldpd/files/lldpd.config
parent7f31bad36532ec4b2f909e2b78916ad39262b883 (diff)
downloadmaster-187ad058-090f7dbbad6609d61f7edfe3cc0c8dbbfbf55497.tar.gz
master-187ad058-090f7dbbad6609d61f7edfe3cc0c8dbbfbf55497.tar.bz2
master-187ad058-090f7dbbad6609d61f7edfe3cc0c8dbbfbf55497.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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34970 3c298f89-4303-0410-b956-a3cf2f4a3e73
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"