Module Name: src Committed By: roy Date: Sat May 16 12:12:46 UTC 2015
Modified Files: src/sys/netinet: if_arp.c if_inarp.h in.c in_var.h Log Message: Separate ARP handling DAD from inet. This is done by signalling the intent to try tentative addresses and then clearing the intent once the address is setup. When the ARP handler is installed (arp_ifinit) then it adds dad start and stop functions to the address which are used instead of calling ARP directly. To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/sys/netinet/if_arp.c cvs rdiff -u -r1.45 -r1.46 src/sys/netinet/if_inarp.h cvs rdiff -u -r1.155 -r1.156 src/sys/netinet/in.c cvs rdiff -u -r1.71 -r1.72 src/sys/netinet/in_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.