NL_ROUTER_DISCOVERY_BEHAVIOR (Compact 2013)

3/26/2014

This enumeration type defines the router discovery behavior, as described in RFC 2461.

Syntax

typedef enum _NL_ROUTER_DISCOVERY_BEHAVIOR {
  RouterDiscoveryDisabled = 0,
  RouterDiscoveryEnabled,
  RouterDiscoveryDhcp,
  RouterDiscoveryUnchanged = -1
} NL_ROUTER_DISCOVERY_BEHAVIOR;

Values

  • RouterDiscoveryDisabled
    Router discovery is disabled.
  • RouterDiscoveryEnabled
    Router discovery is enabled. This setting is the default value for IPv6.
  • RouterDiscoveryDhcp
    Router discovery is configured based on DHCP. This setting is the default value for IPv4.
  • RouterDiscoveryUnchanged
    When the properties of an IP interface are being set, the value for router discovery should be unchanged.

See Also

Reference

NL Enumerations