mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Helpful to disable when debugging lldpd crashes (when working on it). When privilege separation is on, some crashes are stack-traced to some privilege separation code. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44967 3c298f89-4303-0410-b956-a3cf2f4a3e73
50 lines
980 B
Plaintext
50 lines
980 B
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_JSON
|
|
bool
|
|
prompt "Enable JSON output for the LLDP Command-Line Interface"
|
|
default n
|
|
|
|
endmenu
|