Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/net/arp



Module Name:    src
Committed By:   ozaki-r
Date:           Tue Aug 25 02:24:34 UTC 2015

Modified Files:
        src/tests/net/arp: t_dad.sh

Log Message:
Give a chance to send a DAD announce packet

ifconfig -w ensures IP addresses have left tentative state, however,
it doesn't guarantee that a DAD announce packet is sent. The kernel
clears tentative flag and then sends the packet so that ifconfig -w
can return before the kernel sends the packet.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/arp/t_dad.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index