NL_ROUTE_ORIGIN (Compact 2013)

3/26/2014

This enumeration type defines the origin of the IP route.

Syntax

typedef enum _NL_ROUTE_ORIGIN {
  NlroManual,
  NlroWellKnown,
  NlroDHCP,
  NlroRouterAdvertisement,
  Nlro6to4
} NL_ROUTE_ORIGIN, *PNL_ROUTE_ORIGIN;

Values

  • NlroManual
    The route is a result of manual configuration.
  • NlroWellKnown
    The route is a well-known route.
  • NlroDHCP
    The route is a result of DHCP configuration.
  • NlroRouterAdvertisement
    The route is a result of router advertisement.
  • Nlro6to4
    The route is a result of 6to4 tunneling.

See Also

Reference

NL Enumerations