zephyrproject-rtos / net-tools

Network tools for testing with Qemu
33 stars 33 forks source link

zeth: Do not enable DAD for added IPv6 address #30

Closed jukkar closed 5 years ago

jukkar commented 5 years ago

DAD should not be done so that the added IPv6 address gets added as a non-tentative address. Reason for this is that otherwise one cannot start for example echo-server before starting qemu. If the 2001:db8::2 address is tentative, then echo-server cannot start unless qemu is started first. As the added IP addresses are "fixed" in our setup, there is no need to do DAD anyway.

Signed-off-by: Jukka Rissanen jukka.rissanen@linux.intel.com