diff options
author | Micael Karlberg <[email protected]> | 2010-12-10 17:50:38 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2010-12-10 17:50:38 +0100 |
commit | 8e9ef38dd36c771dff0d477fa7999d34b72e8a7a (patch) | |
tree | d63bda2457bd06b75b2dfd6dd2152733d608711d /lib/snmp/test/test_config/modules.mk | |
parent | a0e4728a5e8e366c83e8229cefc63ba92151a86d (diff) | |
download | otp-8e9ef38dd36c771dff0d477fa7999d34b72e8a7a.tar.gz otp-8e9ef38dd36c771dff0d477fa7999d34b72e8a7a.tar.bz2 otp-8e9ef38dd36c771dff0d477fa7999d34b72e8a7a.zip |
Added counter (variables) for usm.
Also added config file for usm.
And more sed'ing...
Diffstat (limited to 'lib/snmp/test/test_config/modules.mk')
-rw-r--r-- | lib/snmp/test/test_config/modules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/snmp/test/test_config/modules.mk b/lib/snmp/test/test_config/modules.mk index ee8b68d4eb..3d084cef01 100644 --- a/lib/snmp/test/test_config/modules.mk +++ b/lib/snmp/test/test_config/modules.mk @@ -30,6 +30,7 @@ AGENT_CONFIG_FILES = \ agent/standard.conf \ agent/target_addr.conf \ agent/target_params.conf \ + agent/usm.conf \ agent/vacm.conf MANAGER_CONFIG_FILES = \ |