This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
net-snmp: snmpd: listen on IPv6 by default
Closes
#4758
. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
lilik-openwrt-22.03
Stijn Tintel
7 years ago
parent
8079f86caa
commit
0e1c8b4ccc
2 changed files
with
12 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/net-snmp/Makefile
+11
-1
net/net-snmp/files/snmpd.conf
+ 1
- 1
net/net-snmp/Makefile
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
+ 11
- 1
net/net-snmp/files/snmpd.conf
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
Write
Preview
Loading…
Cancel
Save