Files
openwrt-armor-g5/package/network/services/lldpd/Config.in
domenico 27c9d80f51
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
Initial commit
2025-06-24 12:51:15 +02:00

59 lines
1.1 KiB
Plaintext

menu "Configuration"
depends on PACKAGE_lldpd
config LLDPD_WITH_PRIVSEP
bool
default y
prompt "Enable privilege separation (run lldpd with a chrooted 'lldp' user)"
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_LLDPMED
bool
prompt "Enable LLDP-MED extension"
default y
config LLDPD_WITH_DOT1
bool
prompt "Enable Dot1 extension (VLAN stuff)"
default y
config LLDPD_WITH_DOT3
bool
prompt "Enable Dot3 extension (PHY stuff)"
default y
config LLDPD_WITH_CUSTOM
bool
prompt "Enable Custom TLVs"
default y
config LLDPD_WITH_JSON
bool
prompt "Enable JSON output for the LLDP Command-Line Interface"
default n
config LLDPD_WITH_SNMP
bool
default n
prompt "Enable the use of SNMP"
endmenu