CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2010/11/17 12:43:23
Modified files: sys/net : if.c Log message: make ifa_ifwithaddr use the RB tree for lookups instead of nested list walking. make the function shorter, easier and faster with many addresses while still being at least as fast as the old one with a common "on real IP" setup. tested by many, ok claudio sthen dlg krw