CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2010/03/05 06:52:23
Modified files: sys/net : if.c Log message: in ifa_ifwithaddr, do not use the shiny new RB tree, there is a balancing issue from wrong order of operations (change after insert is illegal with RB). and apparently there are cases left. to be revisited after release