NL_LINK_LOCAL_ADDRESS_BEHAVIOR (Compact 2013)

3/26/2014

This enumeration type defines the link local address behavior.

Syntax

typedef enum _NL_LINK_LOCAL_ADDRESS_BEHAVIOR {
  LinkLocalAlwaysOff = 0,
  LinkLocalDelayed,
  LinkLocalAlwaysOn,
  LinkLocalUnchanged = -1
} NL_LINK_LOCAL_ADDRESS_BEHAVIOR;

Values

  • LinkLocalAlwaysOff
    A link local IP address should never be used.
  • LinkLocalDelayed
    A link local IP address should be used only if no other address is available. This setting is the default setting for an IPv4 interface.
  • LinkLocalAlwaysOn
    A link local IP address should always be used. This setting is the default setting for an IPv6 interface.
  • LinkLocalUnchanged
    When the properties of an IP interface are being set, the value for link local address behavior should be unchanged.

See Also

Reference

NL Enumerations