Brian,

Here is another small thing I just noticed:

    inetCidrRouteIfIndex OBJECT-TYPE
        SYNTAX     InterfaceIndex
        MAX-ACCESS read-create
        STATUS     current
        DESCRIPTION
               "The ifIndex value which identifies the local interface
                through which the next hop of this route should be
                reached.  A value of 0 is valid and represents the
                scenario where no interface is specified."
        ::= { inetCidrRouteEntry 7 }

The SYNTAX value above should be InterfaceIndexOrZero, since
InterfaceIndex does not allow values of zero.

Sorry for not catching this earlier.  The fix is easy, though:
just make a global substitution s/InterfaceIndex/InterfaceIndexOrZero/

Mike


--------------------------------------------------------------------
IETF IPv6 working group mailing list
[EMAIL PROTECTED]
Administrative Requests: https://www1.ietf.org/mailman/listinfo/ipv6
--------------------------------------------------------------------

Reply via email to