aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/agent/modules.mk
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-03-21 15:23:35 +0100
committerMicael Karlberg <[email protected]>2019-03-28 17:14:56 +0100
commit1b581f323eb740c054c5055602e7263b7463ffb1 (patch)
tree8baadca09e93eb6ee2a30efe6f2361731a21c527 /lib/snmp/src/agent/modules.mk
parentc733d7360045270a5d61d7b7a577abb88fa7fd66 (diff)
downloadotp-1b581f323eb740c054c5055602e7263b7463ffb1.tar.gz
otp-1b581f323eb740c054c5055602e7263b7463ffb1.tar.bz2
otp-1b581f323eb740c054c5055602e7263b7463ffb1.zip
[snmp|agent] Add the get-mechanism behaviour
Added preliminary version of the get-mechanism behaviour. OTP-15691
Diffstat (limited to 'lib/snmp/src/agent/modules.mk')
-rw-r--r--lib/snmp/src/agent/modules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/snmp/src/agent/modules.mk b/lib/snmp/src/agent/modules.mk
index 9be3349524..d47ee34d98 100644
--- a/lib/snmp/src/agent/modules.mk
+++ b/lib/snmp/src/agent/modules.mk
@@ -22,6 +22,7 @@ BEHAVIOUR_MODULES = \
snmpa_authentication_service \
snmpa_discovery_handler \
snmpa_error_report \
+ snmpa_get_mechanism \
snmpa_mib_storage \
snmpa_mib_data \
snmpa_network_interface \