Re: [ovs-discuss] Open vSwitch integrated into OpenNode Cloud OS

2012-11-29 Thread Andres Toomsalu
Certainly :-) Current CentOS 6 x86_64 yum repo ( http://opennodecloud.com/CentOS/6/opennode-ovs/ ) includes openvswitch-1.7.1 with rhel STP config option patch added. This yum repo would be also useful for RHEL/CentOS/SL people wanting to try out openvswitch with minimal install hassle. Install

Re: [ovs-discuss] vlan problem

2012-11-29 Thread Jesse Gross
On Thu, Nov 29, 2012 at 3:34 AM, 春祥 王 wrote: > Hi all, > I have 2 kvm installed on my host machine,vm1 and vm2.I used > Ubuntu12.04 LTS 64bit for testing. > host ip(eth1) 192.168.0.190 > vm1 ip 192.168.0.33 > vm2 ip 192.168.0.44 > ovs-vsctl add-br br0 > ovs-vsctl add-port

Re: [ovs-discuss] Openvswitch is in Linux Kernel 3.3?

2012-11-29 Thread Jesse Gross
On Wed, Nov 28, 2012 at 2:51 PM, Liyi Meng wrote: > Hi all, > > I'm a newbie to openvswitch, trying to install it from my Linux box, but hit > on many troubles. I search Internet and find that openvswitch is now part of > linux kernel. Does this mean that I can use openvswitch directly if I have

Re: [ovs-discuss] Open vSwitch integrated into OpenNode Cloud OS

2012-11-29 Thread Ben Pfaff
On Tue, Nov 27, 2012 at 11:45:40PM +0200, Andres Toomsalu wrote: > Just informing that we have released first development version of > OpenNode OS (OpenVZ + KVM hypervizor host) with Open vSwitch > integrated. That's great. I hope that you will report any issues you encounter with Open vSwitch to

[ovs-discuss] vlan problem

2012-11-29 Thread 春祥 王
Hi all,     I have 2 kvm installed on my host machine,vm1 and vm2.I used Ubuntu12.04 LTS 64bit for testing. host ip(eth1) 192.168.0.190 vm1 ip   192.168.0.33 vm2 ip   192.168.0.44 ovs-vsctl add-br br0 ovs-vsctl add-port br0 eth1 ifconfig eth1 0 ifconfig br0 192.168.0.190 netmask 2

[ovs-discuss] Openvswitch is in Linux Kernel 3.3?

2012-11-29 Thread Liyi Meng
Hi all, I'm a newbie to openvswitch, trying to install it from my Linux box, but hit on many troubles. I search Internet and find that openvswitch is now part of linux kernel. Does this mean that I can use openvswitch directly if I have Linux kernel 3.3? Thanks in advanced! /Liyi ___

[ovs-discuss] Open vSwitch integrated into OpenNode Cloud OS

2012-11-29 Thread Andres Toomsalu
Just informing that we have released first development version of OpenNode OS (OpenVZ + KVM hypervizor host) with Open vSwitch integrated. More details can be found here: http://opennodecloud.com/article/initial-development-release-of-opennode-os-with-open-vswitch-support-available/ OpenNode OS i

Re: [ovs-discuss] 802.1ad (Q-in-Q) status query

2012-11-29 Thread Ben Pfaff
On Thu, Nov 29, 2012 at 09:17:23AM -0700, Matt Strum wrote: > Is there any working code for Q-in-Q or plans for it? I know it was > included in OFv1.1 so I'm curious on if any support has been started in > OVS. I would ask about 802.1ah (MAC-in-MAC) which was added in OFv1.3 but > I would guess t

[ovs-discuss] 802.1ad (Q-in-Q) status query

2012-11-29 Thread Matt Strum
Is there any working code for Q-in-Q or plans for it? I know it was included in OFv1.1 so I'm curious on if any support has been started in OVS. I would ask about 802.1ah (MAC-in-MAC) which was added in OFv1.3 but I would guess that Q-in-Q would be added first. Thanks in advance~ - Matt Strum _

Re: [ovs-discuss] Concept of facets and subfacets

2012-11-29 Thread JieYue Ma
As I understand, there are two kinds of flow in OVS. One is in the user space, e.g. vswitchd, where flow key can include some wildcards to match, while the other lies in kernel space, e.g. openvswitch.ko, where the flow key can never have wildcard. If no wildcard in user space flow (a.k.a facet),