openvpn: backport an upstream fix for a regression in using --cipher none (fixes...
[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_JSON
25         bool
26         prompt "Enable JSON output for the LLDP Command-Line Interface"
27         default n
28 endmenu