Re: [ovs-discuss] Adding VLAN tag to GRE Tunnel Header

2013-10-01 Thread Ben Pfaff
On Tue, Oct 01, 2013 at 04:19:43PM +, Kevan McColgan wrote: > Apologies for the noob questions on this Ben. Just trying to get up to speed > on ovs. > > We have ovs bridge config now as this: > [root@openstacksrv1 ~]# ovs-vsctl show > 0f9e6128-e3fd-41d1-9ad5-ca8d68edf015 > Bridge br-ex >

Re: [ovs-discuss] Adding VLAN tag to GRE Tunnel Header

2013-10-01 Thread Kevan McColgan
ted. How do we get packets out the eth12 interface with a tag added to the tunnel header? Thanks, Kevan. -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: 01 October 2013 16:41 To: Kevan McColgan Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] Adding VLAN tag to GRE T

Re: [ovs-discuss] Adding VLAN tag to GRE Tunnel Header

2013-10-01 Thread Ben Pfaff
On Tue, Oct 01, 2013 at 03:27:19PM +, Kevan McColgan wrote: > I thought the action=output:2 will forward this to port 2 on my > br-tunnel bridge (with a modified VLAN tag). Am I incorrect? Actions are executed in order. output:2 forwards the packet. mod_vlan_id:15 adds a VLAN tag, but you nev

Re: [ovs-discuss] Adding VLAN tag to GRE Tunnel Header

2013-10-01 Thread Kevan McColgan
. Thanks, Kevan. -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: 01 October 2013 16:06 To: Kevan McColgan Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] Adding VLAN tag to GRE Tunnel Header On Tue, Oct 01, 2013 at 02:18:33PM +, Kevan McColgan wrote: > We hav

Re: [ovs-discuss] Adding VLAN tag to GRE Tunnel Header

2013-10-01 Thread Ben Pfaff
On Tue, Oct 01, 2013 at 02:18:33PM +, Kevan McColgan wrote: > We have a GRE tunnel between 2 ovs instances. We are trying to add a > vlan tag to the GRE tunnel header. > > We are using this opeflow definition: > ovs-ofctl add-flow br-tunnel in_port=1,actions=output:2,mod_vlan_id:15 That comma

[ovs-discuss] Adding VLAN tag to GRE Tunnel Header

2013-10-01 Thread Kevan McColgan
We have a GRE tunnel between 2 ovs instances. We are trying to add a vlan tag to the GRE tunnel header. We are using this opeflow definition: ovs-ofctl add-flow br-tunnel in_port=1,actions=output:2,mod_vlan_id:15 However, the vlan tag of 15 is not being added to the GRE header. Can anyone shed