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