6966aa0d50
Signed-off-by: Michel Stam <m.stam@fugro.nl> [jow: fixed condition for CONFIG_LLDPD_WITH_JSON] Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43233
29 lines
606 B
Plaintext
29 lines
606 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_lldpd
|
|
|
|
config LLDPD_WITH_CDP
|
|
bool
|
|
default y
|
|
prompt "Enable support for the Cisco Discovery Protocol (CDP) version 1 and 2"
|
|
|
|
config LLDPD_WITH_FDP
|
|
bool
|
|
default y
|
|
prompt "Enable support for the Foundry Discovery Protocol (FDP)"
|
|
|
|
config LLDPD_WITH_EDP
|
|
bool
|
|
default y
|
|
prompt "Enable support for the Extreme Discovery Protocol (EDP)"
|
|
|
|
config LLDPD_WITH_SONMP
|
|
bool
|
|
default y
|
|
prompt "Enable support for the SynOptics Network Management Protocol"
|
|
|
|
config LLDPD_WITH_JSON
|
|
bool
|
|
prompt "Enable JSON output for the LLDP Command-Line Interface"
|
|
default n
|
|
endmenu
|