On Sun, Mar 28, 2010 at 2:08 AM, Amin Tootoonchian <[email protected]>wrote:

> Hi,
>
> openvswitch_mod kernel module causes a kernel panic when it adds eth0
> to the bridge. It seems to run fine with all the interfaces except
> eth0 (which is connected to a switch). I verified that I have no
> problems with Linux bridging with the same set of interfaces. Do you
> know what is wrong?
>

OpenVZ adds a couple of extensions to the networking stack, including a new
bridge hook on transmit.  The version of the bridge in the OpenVZ kernel
knows how to handle these extensions, which is why it works fine.  Open
vSwitch doesn't support OpenVZ and doesn't set the transmit bridge hook
(probably other things too), which is why you get a null pointer deference.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org

Reply via email to