lldpd: add option to edit hostname
[openwrt/openwrt.git] / package / network / services / lldpd / files / lldpd.config
1 config lldpd config
2 option enable_cdp 1
3 option enable_fdp 1
4 option enable_sonmp 1
5 option enable_edp 1
6
7 option agentxsocket /var/run/agentx.sock
8
9 option lldp_class 4
10 option lldp_location "2:FR:6:Commercial Rd:3:Roseville:19:4"
11
12 # if empty, the distribution description is sent
13 #option lldp_description "OpenWrt System"
14 #option lldp_hostname "Modified Hostname"
15
16 # interfaces to listen on
17 list interface "loopback"
18 list interface "lan"