討論串IPFW2 layer2 filtering broken - PATCH
共 8 篇文章
內容預覽:
What about the code around line 395 of if_ethersubr.c? That looks. like a horror as well:. no_bridge:. s = splimp();. if (IPFW_LOADED && ether_ipfw !=
(還有1612個字)
內容預覽:
On Mon, Jan 24, 2005 at 11:12:11AM -0800, Jeffrey Hsu wrote:. > This is an interface problem. When ether_ipfw_chk() does not modify the. > mbuf, the r
(還有1193個字)
內容預覽:
> Matthew Dillon wrote:. >. > Well, our m_freem() allows m to be NULL so the NULL check is not. > necessary.. >. > From my read of the code, the 'eh =
(還有2499個字)
內容預覽:
Joerg Sonnenberger wrote:. > On Mon, Jan 24, 2005 at 09:50:05AM -0800, Matthew Dillon wrote:. >. >> From my read of the code, the 'eh = mtod(...)' is
(還有942個字)