看板 DFBSD_submit 關於我們 聯絡資訊
Matthew Dillon wrote: > :A second problem, I get a familiar looking panic when I try using the > :ether.bridge example script to 'bridge' ndis0 and xl0 - > : > :pa assertion: cred == td->td_proc->p_ucred in vn_open > > Hmm. Try just removing the assertion at kern/vfs_vnops.c line 96. > I think it's obsolete at this point now that cred is being passed > to the VOPs that need it. > > -Matt Will do. Thanks.