Module Name: src Committed By: ozaki-r Date: Thu Jul 31 06:35:47 UTC 2014
Modified Files: src/sys/net: if.c if.h src/sys/netinet6: nd6_rtr.c Log Message: Define IFADDR_FOREACH_SAFE for on-the-fly element removal in a loop We have to use it when we purge an address element in an ifaddr loop. This change restores the original behavior that was accidentally degraded. To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289 src/sys/net/if.c cvs rdiff -u -r1.173 -r1.174 src/sys/net/if.h cvs rdiff -u -r1.92 -r1.93 src/sys/netinet6/nd6_rtr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.