samba: convert init script to procd, add reload support
[openwrt/openwrt.git] / package / network / services / lldpd / Config.in
index c7d47953af34c261b2d607046909521a704b97fe..93d84e29ea1af42de1e61174591361081643f07e 100644 (file)
@@ -1,6 +1,11 @@
 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
@@ -21,8 +26,29 @@ config LLDPD_WITH_SONMP
        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
+
 endmenu