diff options
author | Micael Karlberg <[email protected]> | 2014-07-18 13:58:44 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2014-12-01 11:15:59 +0100 |
commit | d24db992b68b04a7d284cd058376d98853b92daf (patch) | |
tree | 4dbfa851fffbb9b4a8a536135c176bc841b3bb38 /lib/snmp/vsn.mk | |
parent | 9417f044ee3c291c2ea343c203aebdcc40597226 (diff) | |
download | otp-d24db992b68b04a7d284cd058376d98853b92daf.tar.gz otp-d24db992b68b04a7d284cd058376d98853b92daf.tar.bz2 otp-d24db992b68b04a7d284cd058376d98853b92daf.zip |
[snmp/compiler] Refinement of type Opaque was not allowed
MIB constructs such as "SYNTAX Opaque (SIZE(0..65535))" was
previously not allowed, this has now been fixed.
See the standard ALARM-MIB for eaxmple.
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r-- | lib/snmp/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index b436a79076..345cc790f2 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 5.1 +SNMP_VSN = 5.1.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |