Windows / Headers / Routprot.h
Routprot.h
Include file for Routing Protocol inteface to Router Managers
Associated Error Codes
Below is a list of error codes found for this header.
Symbolic | Value | Description |
---|---|---|
MFE_NO_ERROR | 0x00000000 | none of the below events |
MFE_REACHED_CORE | 0x00000001 | this router is an RP/core for the group |
MFE_NOT_FORWARDING | 0x00000002 | not fwding for an unspecified reason |
MFE_WRONG_IF | 0x00000003 | mtrace received on iif |
MFE_PRUNED_UPSTREAM | 0x00000004 | a prune was send upstream |
MFE_OIF_PRUNED | 0x00000005 | no downstream receivers exist on oif |
MFE_BOUNDARY_REACHED | 0x00000006 | iif or oif is admin scope boundary |
MFE_NO_MULTICAST | 0x00000007 | oif is not multicast-enabled |
MFE_IIF | 0x00000008 | mtrace arrived on iif |
MFE_NO_ROUTE | 0x00000009 | router has no route that matches |
MFE_NOT_LAST_HOP | 0x0000000A | router is not the proper last-hop router |
MFE_OLD_ROUTER | 0x0000000B | upstream nbr doesn't support mtrace |
MFE_PROHIBITED | 0x0000000C | mtrace is administratively prohibited |
MFE_NO_SPACE | 0x0000000D | not enough room in packet |
14 entries |