From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon, 06 Feb 2006 14:27:34 -0800
> Bridge netfilter code needs to handle the case where device is
> removed from bridge while packet in process. In these cases the
> bridge_parent can be come null while processing.
>
> This should fix: http://bugzi
Bridge netfilter code needs to handle the case where device is
removed from bridge while packet in process. In these cases the
bridge_parent can be come null while processing.
This should fix: http://bugzilla.kernel.org/show_bug.cgi?id=5803
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--