diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-01-05 13:05:57 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-01-10 13:02:00 +0100 |
commit | 046606a05eaece636dae1565fd1445b02a37d940 (patch) | |
tree | feea24eaf40954f1e6282cbb4f1b34f92ce30fe5 /package/network/services/lldpd/Config.in | |
parent | 0d3dc169316616103dc30252c9aae4de27ab3d50 (diff) | |
download | upstream-046606a05eaece636dae1565fd1445b02a37d940.tar.gz upstream-046606a05eaece636dae1565fd1445b02a37d940.tar.bz2 upstream-046606a05eaece636dae1565fd1445b02a37d940.zip |
lldpd: add Net-SNMP AgentX support
Enabling this makes it possible to query LLDP neighbors via SNMP.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/services/lldpd/Config.in')
-rw-r--r-- | package/network/services/lldpd/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/network/services/lldpd/Config.in b/package/network/services/lldpd/Config.in index 93d84e29ea..ec6990a76c 100644 --- a/package/network/services/lldpd/Config.in +++ b/package/network/services/lldpd/Config.in @@ -51,4 +51,8 @@ config LLDPD_WITH_JSON 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 |