[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libsmi] Re: smilint remembers named number in OID value assignment
David T. Perkins wrote:
> this is quick - got to run, but consider:
>
> with ::= { goo foo(1) }
>
> can you import foo in another MIB module (answer NO)
Ack. I will have to add some code that checks the identifiers that are marked
local.
> Also, what do you do with the following:
> foo OBJECT IDENTIFIER ::= { goo 1 }
> bar OBJECT IDENTIFIER ::= { goo 1 }
> soo OBJECT-TYPE ... ::= { goo 1 }
>
> Hint: it's legal.
Ack.