From c5d2d54fd3eb45d1a41da99cff9ef33b1a108cff Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Tue, 7 Jun 2022 20:45:44 +0200 Subject: [PATCH] Change nsIETFWGName type to integer. --- test/mibs/CLIXON-TYPES-MIB.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/mibs/CLIXON-TYPES-MIB.txt b/test/mibs/CLIXON-TYPES-MIB.txt index b73e294a..9b0d60d5 100644 --- a/test/mibs/CLIXON-TYPES-MIB.txt +++ b/test/mibs/CLIXON-TYPES-MIB.txt @@ -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