Home
last modified time | relevance | path

Searched hist:db657d52 (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/netinet6/
H A Dnd6.cdb657d52 Tue Jan 15 10:15:19 GMT 2013 bluhm <bluhm@openbsd.org> Flushing prefixes of autoconfigured IPv6 addresses with ndp -P
caused an uvm fault. The function in6_purgeaddr() might already
free the prefix before prelist_remove() is called. So call
in6_purgeaddr() for all addresses first and then loop over the
remaining prefixes and call prelist_remove().
OK claudio@