> Is there a way to disable DAD (Duplicate Address Detection) mechanism?

First, this is almost never the right thing to do.  If DAD is in your way,
dollars to doughnuts there's something more fundamentally broken.

Second, AFAIK disabling DAD is not supported, and the interface to do it
is subject to change or removal.

That said:

     # ndd -set /dev/arp arp_probe_count 0
     # ndd -set /dev/arp arp_fastprobe_count 0
     # ndd -set /dev/arp arp_defend_interval 0

-- 
meem
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to