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-REG.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-REG.mib')
-rw-r--r-- | lib/otp_mibs/mibs/OTP-REG.mib | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/otp_mibs/mibs/OTP-REG.mib b/lib/otp_mibs/mibs/OTP-REG.mib index c6ef2c67e5..c700f93fd8 100644 --- a/lib/otp_mibs/mibs/OTP-REG.mib +++ b/lib/otp_mibs/mibs/OTP-REG.mib @@ -25,25 +25,25 @@ IMPORTS ; otpRegModule MODULE-IDENTITY - LAST-UPDATED "0305090900Z" + LAST-UPDATED "200305090900Z" ORGANIZATION "Ericsson" CONTACT-INFO "Contact: Erlang Support see license agreement for Erlang/OTP." DESCRIPTION "The root MIB module for 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 "9902020900Z" + REVISION "199902020900Z" DESCRIPTION "Cleaned up OBJECT IDENTIFIER registration. Changed the name of the MODULE-IDENTITY of this module to non-conflicting name otpRegModule." - REVISION "9712010900Z" + REVISION "199712010900Z" DESCRIPTION "The initial revision of MIB module OTP-REG." ::= { otpModules 1 } |