lldpd: add Net-SNMP AgentX support
[openwrt/staging/chunkeey.git] / package / network / services / lldpd / Config.in
index 448506d0473df6e255178cf8a59e46a7799b8874..ec6990a76c42ccd1ddf713d8fa62322f9a00b054 100644 (file)
@@ -41,9 +41,18 @@ config LLDPD_WITH_DOT3
        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