net-snmp: snmpd: listen on IPv6 by default

Closes #4758.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
Stijn Tintel 2017-09-29 02:42:50 +03:00
parent 8079f86caa
commit 0e1c8b4ccc
2 changed files with 12 additions and 2 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=net-snmp
PKG_VERSION:=5.7.3
PKG_RELEASE:=7
PKG_RELEASE:=8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/net-snmp

View File

@ -1,5 +1,5 @@
config agent
option agentaddress UDP:161
option agentaddress UDP:161,UDP6:161
config agentx
option agentxsocket /var/run/agentx.sock
@ -14,6 +14,16 @@ config com2sec private
option source localhost
option community private
config com2sec6 public
option secname ro
option source default
option community public
config com2sec6 private
option secname rw
option source localhost
option community private
config group public_v1
option group public
option version v1