On Wed, Feb 24, 2010 at 11:54:42AM +0800, David V. Cloud wrote:
> I have gone through the ovs-vswitchd and ovs-vswitchd.conf man pages. I
> couldn't find anything similar to Virtual Switch Tagging (VST mode) in
> VMware ESX. Basically, "the virtual switch port group tags all outbound
> frames and removes tags for all inbound frames." I have tried 'Untagged VLAN
> Ports'. Although, similar, this is different from VST mode. It will only
> receive frames with 802.1Q headers of specified VID. However, the outbound
> frames are untagged. I have verify the above statement using two KVM virtual
> machines together with usermode open vswitch (open vswitch kernel module
> won't compile on 2.6.32.8 Linux kernel.

OVS should be able to do what you want.  You set up your physical NIC as
a trunk port and your VM's port as an implicitly tagged VLAN port.

(But I did not read the PDF that you passed along.)

The userspace-only Open vSwitch might have problems with VLAN tagging
that the kernel implementation does not.  In particular I believe that
the kernel prevents the userspace OVS from using the full MTU size.  At
any rate it has certainly not been tested as much as the kernel
implementation.

You say that the Open vSwitch kernel module won't compile on 2.6.32.8,
but it should.  What errors did you see?

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org

Reply via email to