smilint output for ./IANA-MALLOC-MIB
Message Severities |
Severity | Count |
warning | 2 |
Message Types |
Type | Count |
type-unref (warning) | 2 |
Messages:
IANA-MALLOC-MIB
1: -- extracted from ianamalloc-mib
2: -- at Mon Aug 7 09:17:55 2006
40:
41: IANAscopeSource ::= TEXTUAL-CONVENTION
41: warning -
warning: current type `IANAscopeSource' is not referenced in this module
42: STATUS current
43: DESCRIPTION
44: "The source of multicast scope information."
45: SYNTAX INTEGER {
46: other(1), -- none of the following
47: manual(2), -- statically configured
48: local(3), -- automatically added by the system,
49: -- such as a Source-Specific Multicast
50: -- scope
51: mzap(4), -- MZAP
52: madcap(5) -- MADCAP
53: }
54:
55: IANAmallocRangeSource ::= TEXTUAL-CONVENTION
55: warning -
warning: current type `IANAmallocRangeSource' is not referenced in this module
56: STATUS current
57: DESCRIPTION
58: "The source of multicast address allocation range
59: information."
60: SYNTAX INTEGER {
61: other(1), -- none of the following
62: manual(2), -- statically configured
63: local(3) -- automatically added by the system,
64: -- such as a Source-Specific Multicast
65: -- range
66: }
67:
68: END