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 | 0x0 | none of the below events | 
| MFE_REACHED_CORE | 0x1 | this router is an RP/core for the group | 
| MFE_OIF_PRUNED | 0x5 | no downstream receivers exist on oif | 
| MFE_PRUNED_UPSTREAM | 0x4 | a prune was send upstream | 
| MFE_OLD_ROUTER | 0xb | upstream nbr doesn't support mtrace | 
| MFE_NOT_FORWARDING | 0x2 | not fwding for an unspecified reason | 
| MFE_WRONG_IF | 0x3 | mtrace received on iif | 
| MFE_BOUNDARY_REACHED | 0x6 | iif or oif is admin scope boundary | 
| MFE_NO_MULTICAST | 0x7 | oif is not multicast-enabled | 
| MFE_IIF | 0x8 | mtrace arrived on iif | 
| MFE_NO_ROUTE | 0x9 | router has no route that matches | 
| MFE_NOT_LAST_HOP | 0xa | router is not the proper last-hop router | 
| MFE_PROHIBITED | 0xc | mtrace is administratively prohibited | 
| MFE_NO_SPACE | 0xd | not enough room in packet | 
| 14 entries | ||