Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As shown in  Listing - IPv6 Address Configuration Example, the NetIPv6_CfgAddrAdd() function can take as argument a set of network flags. The following options are available :

FlagsDescription

NET_IPv6_FLAG_BLOCK_EN

Enables blocking mode.

NET_IPv6_FLAG_DAD_EN

Enables Duplication Address Detection (DAD) with the address configuration process. 

It is therefore possible to make the function blocking or not, or to enable Duplication Address Detection with the address configuration.  

...