aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/agent/snmpa_internal.hrl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-11-25 19:33:06 +0100
committerMicael Karlberg <[email protected]>2011-11-25 19:33:06 +0100
commit834773b9fdb376ce52b6cf53b22c9e06df5faa74 (patch)
tree279943bdc04e9883729fbdb7847a482ea0ee7bce /lib/snmp/src/agent/snmpa_internal.hrl
parent3870fd90dd25c637f737bf09d1854a5c12f308c8 (diff)
downloadotp-834773b9fdb376ce52b6cf53b22c9e06df5faa74.tar.gz
otp-834773b9fdb376ce52b6cf53b22c9e06df5faa74.tar.bz2
otp-834773b9fdb376ce52b6cf53b22c9e06df5faa74.zip
[agent] Version 4.20 introduced a change that broke trap sending from
subagents. Due to a bug in the test code, this was not discovered, until that bug was fixed. OTP-9745
Diffstat (limited to 'lib/snmp/src/agent/snmpa_internal.hrl')
-rw-r--r--lib/snmp/src/agent/snmpa_internal.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/snmp/src/agent/snmpa_internal.hrl b/lib/snmp/src/agent/snmpa_internal.hrl
index a490a78f84..20a36cc118 100644
--- a/lib/snmp/src/agent/snmpa_internal.hrl
+++ b/lib/snmp/src/agent/snmpa_internal.hrl
@@ -22,7 +22,8 @@
-include_lib("snmp/src/app/snmp_internal.hrl").
--define(DEFAULT_LOCAL_ENGINE_ID, snmp_framework_mib:get_engine_id()).
+%% The DEFAULT_LOCAL_ENGINE_ID macro can only be used by the master_agent!!
+-define(DEFAULT_LOCAL_ENGINE_ID, snmp_framework_mib:get_engine_id()).
-define(DEFAULT_NOTIF_EXTRA_INFO, {snmpa_default_notification_extra_info}).
-define(snmpa_info(F, A), ?snmp_info("agent", F, A)).