From cc11a6a446f85705449bcd5ae5cd1c76aaf3d141 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 31 May 2024 12:47:20 +1000 Subject: [PATCH] Test with snmp v6 listen enabled --- data/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/common.yaml b/data/common.yaml index b201914..50fdbbe 100644 --- a/data/common.yaml +++ b/data/common.yaml @@ -16,7 +16,7 @@ observium::snmpv3_cryptopass: "setme1234" observium::snmpv3_cryptoalgo: "AES" observium::snmpd_agentaddress: - udp:127.0.0.1:161 - # - udp6:[::1]:161 for litmus tests to pass + - udp6:[::1]:161 # need to disable for litmus tests to pass observium::mib_locations: - /opt/observium/mibs/rfc - /opt/observium/mibs/net-snmp