Mib compilation issues with draft-ietf-adslmib-vdsl-ext-mcm-02.txt
"Randy Presuhn" <[email protected]>
| Newsgroups | gmane.ietf.adslmib |
|---|---|
| Message-ID | <002b01c412c5$fc442c40$7f1afea9@oemcomputer> |
Hi -
Two MIB compilation issues turned up when I compiled
draft-ietf-adslmib-vdsl-ext-mcm-02.txt:
First:
mailbody:74: [1] {} unknown object identifier label `vdslMIB'
vsdlMIB would need to be IMPORTed.
(a separate question is whether WG-managed assignments like this really make sense.)
Second:
mailbody:620: [2] {parent-group} group's parent node must be a simple node
mailbody:620: [1] {oid-recursive} object identifier `vdslLineExtMCMGroup' defined recursively or too long
I think the line that reads
::= { vdslLineExtMCMGroup 1 }
was supposed to be
::= { vdslLineExtMCMGroups 1 }
Randy