lldpd: make LLDP-MED, DOT1 and DOT3 extensions disable-able
[openwrt.git] / package / network / services / lldpd / Config.in
1 menu "Configuration"
2         depends on PACKAGE_lldpd
3
4 config LLDPD_WITH_CDP
5         bool
6         default y
7         prompt "Enable support for the Cisco Discovery Protocol (CDP) version 1 and 2"
8
9 config LLDPD_WITH_FDP
10         bool
11         default y
12         prompt "Enable support for the Foundry Discovery Protocol (FDP)"
13
14 config LLDPD_WITH_EDP
15         bool
16         default y
17         prompt "Enable support for the Extreme Discovery Protocol (EDP)"
18
19 config LLDPD_WITH_SONMP
20         bool
21         default y
22         prompt "Enable support for the SynOptics Network Management Protocol"
23
24 config LLDPD_WITH_LLDPMED
25         bool
26         prompt "Enable LLDP-MED extension"
27         default y
28
29 config LLDPD_WITH_DOT1
30         bool
31         prompt "Enable Dot1 extension (VLAN stuff)"
32         default y
33
34 config LLDPD_WITH_DOT3
35         bool
36         prompt "Enable Dot3 extension (PHY stuff)"
37         default y
38
39 config LLDPD_WITH_JSON
40         bool
41         prompt "Enable JSON output for the LLDP Command-Line Interface"
42         default n
43
44 endmenu