CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/08/28 01:38:50
Modified files: sys/net : if.c Log message: When we attach an interface, do not try to reuse the last index to limit the possible races related to unscheduled task relying on an unique index. I say "limit" here because a race can still occurs if you run out of indexes and jump back to 1. ok krw@, mikeb@