~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/snmp/test/snmp_test_data/OTP8595-MIB.mib

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
OTP8595-MIB DEFINITIONS ::= BEGIN
 
2
 
 
3
IMPORTS
 
4
    MODULE-IDENTITY, OBJECT-TYPE, snmpModules, mib-2 
 
5
        FROM SNMPv2-SMI
 
6
    DisplayString, TestAndIncr, TimeStamp, RowStatus, TruthValue,
 
7
    TEXTUAL-CONVENTION
 
8
        FROM SNMPv2-TC
 
9
    MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
 
10
        FROM SNMPv2-CONF
 
11
    sysLocation, sysContact
 
12
        FROM SNMPv2-MIB
 
13
    ;
 
14
 
 
15
otp8595MIB MODULE-IDENTITY
 
16
    LAST-UPDATED "1004210000Z"
 
17
    ORGANIZATION ""
 
18
    CONTACT-INFO
 
19
        ""
 
20
    DESCRIPTION
 
21
            "Test mib for OTP-8595"
 
22
    ::= { snmpModules 1 }
 
23
 
 
24
 
 
25
test   OBJECT IDENTIFIER ::= { mib-2 15 }
 
26
 
 
27
bits1 OBJECT-TYPE
 
28
    SYNTAX      BITS { 
 
29
      b0(0), 
 
30
      b1(1), 
 
31
      b2(2),
 
32
      -- The following are extensions to the original set of
 
33
      -- labels.  The extensions start at an octet boundary.
 
34
      -- So for bits 3 - 7, one MUST set them to zero on send
 
35
      -- and one MUST ignore them on receipt.
 
36
      b8(8),
 
37
      b9(9)
 
38
    }
 
39
    MAX-ACCESS  read-write
 
40
    STATUS      current
 
41
    DESCRIPTION
 
42
        ""
 
43
    ::= { test 1 }
 
44
 
 
45
END