K 10 svn:author V 6 marcel K 8 svn:date V 27 2001-09-14T08:04:25.000000Z K 7 svn:log V 320 Fix off by one error introduced by the use of the ifnet_byindex() macro. The commit log clearly states that the index given to the macro is one higher than previously used to index the array. This wasn't represented in the code and resulted in kernel page faults. Reported by: Andrew Atrens END