Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.