aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/agent/snmpa_authentication_service.erl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-03-07 19:22:30 +0100
committerMicael Karlberg <[email protected]>2011-03-07 19:22:30 +0100
commit0c14ab3979bb1eba4b4398c92d176e56eba8286b (patch)
treec21e60501bb4fc6446d9ba2b1091886c623b0120 /lib/snmp/src/agent/snmpa_authentication_service.erl
parente91ecef78904be02bb785fdff0dcaf6d38176ba7 (diff)
downloadotp-0c14ab3979bb1eba4b4398c92d176e56eba8286b.tar.gz
otp-0c14ab3979bb1eba4b4398c92d176e56eba8286b.tar.bz2
otp-0c14ab3979bb1eba4b4398c92d176e56eba8286b.zip
Basically backup commit (time to go home).
Implemented handling of domains in the mpd module. Still some errors left though (3 test cases fail).
Diffstat (limited to 'lib/snmp/src/agent/snmpa_authentication_service.erl')
-rw-r--r--lib/snmp/src/agent/snmpa_authentication_service.erl9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/snmp/src/agent/snmpa_authentication_service.erl b/lib/snmp/src/agent/snmpa_authentication_service.erl
index 572fab7fbf..d406c58ee4 100644
--- a/lib/snmp/src/agent/snmpa_authentication_service.erl
+++ b/lib/snmp/src/agent/snmpa_authentication_service.erl
@@ -29,11 +29,12 @@ behaviour_info(_) ->
%%-----------------------------------------------------------------
%% init_check_access(Pdu, ACMData)
%% Pdu = #pdu
-%% ACMData = acm_data() = {community, Community, Address} |
-%% {v3, MsgID, SecModel, SecName, SecLevel,
-%% ContextEngineID, ContextName, SecData}
+%% ACMData = acm_data() = {community, SecModel, Community, TDomain, TAddress} |
+%% {v3, MsgID, SecModel, SecName, SecLevel,
+%% ContextEngineID, ContextName, SecData}
%% Community = string()
-%% Address = ip() ++ udp() (list)
+%% TDomain = ?transportDomainUdpIpv4 | ?transportDomainUdpIpv6
+%% TAddress = ip() ++ udp() (list)
%% MsgID = integer() <not used>
%% SecModel = ?SEC_* (see snmp_types.hrl)
%% SecName = string()