Re: [ovs-discuss] Reg. flow based tunneling

2013-10-26 Thread P Balaji-B37839
Hi Eswar, You can try the below commands for flow based tunneling. ovs-vsctl add-port br-int tun-port -- set Interface tun-port type=vxlan options:key=flow options:remote_ip=flow ofport_request=10 options:dst_port=5000 ovs-ofctl add-flow br-int "in_port=1 actions=set_field:10->tun_id,set_field

Re: [ovs-discuss] Flow-based tunneling problem

2013-08-23 Thread P Balaji-B37839
kmest...@cisco.com] Sent: Thursday, August 22, 2013 7:02 PM To: P Balaji-B37839 Cc: Jesse Gross; Shahryar Ali; discuss@openvswitch.org Subject: Re: [ovs-discuss] Flow-based tunneling problem On Aug 22, 2013, at 5:15 AM, P Balaji-B37839 wrote: > Hi, > > I got master from GIT yesterday and w

Re: [ovs-discuss] Groups support in ofctl

2013-08-22 Thread P Balaji-B37839
Hi Ben, Do we have any plans on this like when we want to support? Regards, Balaji.P -Original Message- From: discuss-boun...@openvswitch.org [mailto:discuss-boun...@openvswitch.org] On Behalf Of Ben Pfaff Sent: Thursday, August 22, 2013 9:39 PM To: P Balaji-B37839 Cc: discuss

[ovs-discuss] Groups support in ofctl

2013-08-22 Thread P Balaji-B37839
-- From: Jesse Gross [mailto:je...@nicira.com] Sent: Tuesday, August 20, 2013 8:53 PM To: P Balaji-B37839 Cc: Shahryar Ali; discuss@openvswitch.org Subject: Re: [ovs-discuss] Flow-based tunneling problem On Tue, Aug 20, 2013 at 6:06 AM, P Balaji-B37839 wrote: > Hi, > > Iam also seeing the same

Re: [ovs-discuss] Flow-based tunneling problem

2013-08-22 Thread P Balaji-B37839
...@nicira.com] Sent: Tuesday, August 20, 2013 8:53 PM To: P Balaji-B37839 Cc: Shahryar Ali; discuss@openvswitch.org Subject: Re: [ovs-discuss] Flow-based tunneling problem On Tue, Aug 20, 2013 at 6:06 AM, P Balaji-B37839 wrote: > Hi, > > Iam also seeing the same error for the below ovs-ofctl comma

Re: [ovs-discuss] Flow-based tunneling problem

2013-08-20 Thread P Balaji-B37839
Hi, Iam also seeing the same error for the below ovs-ofctl command. Below is the OVS version details. ovs-ofctl (Open vSwitch) 1.10.1 Compiled Aug 5 2013 12:13:47 OpenFlow versions 0x1:0x4 Error message for Command as below: ovs-ofctl: tun_dst is not allowed to set Do we have to get the la

[ovs-discuss] Vxlan support in OVS.

2013-08-13 Thread P Balaji-B37839
Hi, Please let me know if we want to use VXLAN for OVS 1.10 or more version. What is the best Linux Kernel to use. Does it have any dependency on Linux - VxLan support / Kernel version number?. Regards, Balaji.P ___ discuss mailing list discuss@openvs