diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-07-22 11:42:54 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-07-22 11:42:54 +0200 |
commit | c2a371423621960cfdb49d29bd17e2ae235f7015 (patch) | |
tree | 00c4f7f74bb6045999cf31b736f3d85866c244f8 /lib/otp_mibs/mibs/OTP-EVA-MIB.mib | |
parent | da126f703a10f91e2417aa9f6f201117f1c87f59 (diff) | |
parent | 92fa944c70d5eb2ce8585004c947dbe958d37cfd (diff) | |
download | otp-c2a371423621960cfdb49d29bd17e2ae235f7015.tar.gz otp-c2a371423621960cfdb49d29bd17e2ae235f7015.tar.bz2 otp-c2a371423621960cfdb49d29bd17e2ae235f7015.zip |
Merge branch 'ts/otp_mibs_fix_type_overflows/OTP-11203'
* ts/otp_mibs_fix_type_overflows/OTP-11203:
[otp_mibs] Add type based integer value truncation/reset.
[otp_mibs] Add test suite for range checks and reduction value overflow.
[otp_mibs] Update types of applicable MIB objects to 64bit based types.
Diffstat (limited to 'lib/otp_mibs/mibs/OTP-EVA-MIB.mib')
-rw-r--r-- | lib/otp_mibs/mibs/OTP-EVA-MIB.mib | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/otp_mibs/mibs/OTP-EVA-MIB.mib b/lib/otp_mibs/mibs/OTP-EVA-MIB.mib index 6fbb8ef073..2815251c23 100644 --- a/lib/otp_mibs/mibs/OTP-EVA-MIB.mib +++ b/lib/otp_mibs/mibs/OTP-EVA-MIB.mib @@ -34,7 +34,7 @@ IMPORTS ; otpEvaModule MODULE-IDENTITY - LAST-UPDATED "0305090900Z" + LAST-UPDATED "200305090900Z" ORGANIZATION "Ericsson" CONTACT-INFO "Contact: Erlang Support see license agreement for Erlang/OTP." @@ -42,19 +42,19 @@ otpEvaModule MODULE-IDENTITY "This MIB is part of the OTP MIB. It defines MIB objects for the eva application in OTP." - REVISION "0305090900Z" + REVISION "200305090900Z" DESCRIPTION "Changed CONTACT-INFO as it was outdated, made it more generic to avoid such changes in the future." - REVISION "9801270900Z" + REVISION "199801270900Z" DESCRIPTION "Changed erroneous defintion of alarmCleared notification. Changed erroneous name of this module to otpEvaModule." - REVISION "9712010900Z" + REVISION "199712010900Z" DESCRIPTION "Converted to v2 SMI and placed in the OTP tree." - REVISION "9705020900Z" + REVISION "199705020900Z" DESCRIPTION "The initial version of this MIB module. It is very much inspired by the ANS-ALM-MIB and Axd301Eva-OMS mibs." |