Change nsIETFWGName type to integer.
This commit is contained in:
parent
86e6c3cd5e
commit
c5d2d54fd3
1 changed files with 2 additions and 2 deletions
|
|
@ -239,12 +239,12 @@ clixonIETFWGEntry OBJECT-TYPE
|
||||||
INDEX { nsIETFWGName }
|
INDEX { nsIETFWGName }
|
||||||
::= {clixonIETFWGTable 1 }
|
::= {clixonIETFWGTable 1 }
|
||||||
ClixonIETFWGEntry ::= SEQUENCE {
|
ClixonIETFWGEntry ::= SEQUENCE {
|
||||||
nsIETFWGName OCTET STRING,
|
nsIETFWGName INTEGER,
|
||||||
nsIETFWGChair1 OCTET STRING,
|
nsIETFWGChair1 OCTET STRING,
|
||||||
nsIETFWGChair2 OCTET STRING
|
nsIETFWGChair2 OCTET STRING
|
||||||
}
|
}
|
||||||
nsIETFWGName OBJECT-TYPE
|
nsIETFWGName OBJECT-TYPE
|
||||||
SYNTAX OCTET STRING (SIZE(1..32))
|
SYNTAX INTEGER
|
||||||
MAX-ACCESS not-accessible
|
MAX-ACCESS not-accessible
|
||||||
STATUS current
|
STATUS current
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue