aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/agent/snmpa.erl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2010-12-06 21:19:08 +0100
committerMicael Karlberg <[email protected]>2010-12-06 21:19:08 +0100
commit339e1f1a3189a5a16dd1ba8c2a7137ff671f839b (patch)
treefa931e18773229e41be34add38b965443608226a /lib/snmp/src/agent/snmpa.erl
parentac4fd818bec3b79ce28e1bda3d79925dbf438914 (diff)
downloadotp-339e1f1a3189a5a16dd1ba8c2a7137ff671f839b.tar.gz
otp-339e1f1a3189a5a16dd1ba8c2a7137ff671f839b.tar.bz2
otp-339e1f1a3189a5a16dd1ba8c2a7137ff671f839b.zip
Added pretty printing of the added mib(s).
Diffstat (limited to 'lib/snmp/src/agent/snmpa.erl')
-rw-r--r--lib/snmp/src/agent/snmpa.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/snmp/src/agent/snmpa.erl b/lib/snmp/src/agent/snmpa.erl
index f10f425e6a..f109741759 100644
--- a/lib/snmp/src/agent/snmpa.erl
+++ b/lib/snmp/src/agent/snmpa.erl
@@ -314,6 +314,12 @@ make_pretty_mib(snmp_view_based_acm_mib) ->
"SNMP-VIEW-BASED-ACM-MIB";
make_pretty_mib(snmp_target_mib) ->
"SNMP-TARGET-MIB";
+make_pretty_mib(snmp_target_mib) ->
+ "SNMP-COMMUNITY-MIB";
+make_pretty_mib(snmp_target_mib) ->
+ "SNMP-NOTIFICATION-MIB";
+make_pretty_mib(snmp_target_mib) ->
+ "SNMP-USER-BASED-SM-MIB";
make_pretty_mib(Mod) ->
atom_to_list(Mod).