Re: [ovs-discuss] Error while using ct commands in conntrack+ovs

2016-06-11 Thread Akshaya Mahadik
I am using userspace datapath for my bridge but i have build and run this https://github.com/ddiproietto/ovs/tree/userconntrack_20151115 tree so it should work and also ovs-vswitchd.log file does not state datapath support for connection tracking On Fri, Jun 10, 2016 at 9:53 AM, Joe Stringer wrot

Re: [ovs-discuss] Error while using ct commands in conntrack+ovs

2016-06-09 Thread Joe Stringer
Are you using the userspace datapath for "mybridge"? Are you using the OVS kernel module from the OVS source or the upstream module that comes with your v4.3.0 kernel? Is your v4.3.0 kernel configured with support for connection tracking, ie CONFIG_NF_CONNTRACK? At the top of your ovs-vswitchd.l

Re: [ovs-discuss] Error while using ct commands in conntrack+ovs

2016-06-09 Thread Guru Shetty
> > > > Guru, the FAQ does say that 4.3 should work. Do we need to update the > FAQ? > Oops. Sorry. 4.6 is the kernel that has conntrack NAT enabled. > > > > > > > > On Jun 9, 2016 9:57 PM, "Ben Pfaff" wrote: > > > > > >> On Thu, Jun 09, 2016 at 06:07:43PM +0530, Akshaya Mahadik wrote: > > >>

Re: [ovs-discuss] Error while using ct commands in conntrack+ovs

2016-06-09 Thread Ben Pfaff
On Thu, Jun 09, 2016 at 11:43:11AM -0700, Guru Shetty wrote: > On 9 June 2016 at 11:37, Akshaya Mahadik > wrote: > > > I tried using kernal 4.3.0 but it still gives the same error! > > Can u tell me proper kernal that have an OVS module with conntrack support > > 4.6 Guru, the FAQ does say that

Re: [ovs-discuss] Error while using ct commands in conntrack+ovs

2016-06-09 Thread Guru Shetty
On 9 June 2016 at 11:37, Akshaya Mahadik wrote: > I tried using kernal 4.3.0 but it still gives the same error! > Can u tell me proper kernal that have an OVS module with conntrack support > 4.6 > On Jun 9, 2016 9:57 PM, "Ben Pfaff" wrote: > >> On Thu, Jun 09, 2016 at 06:07:43PM +0530, Aksha

Re: [ovs-discuss] Error while using ct commands in conntrack+ovs

2016-06-09 Thread Akshaya Mahadik
I tried using kernal 4.3.0 but it still gives the same error! Can u tell me proper kernal that have an OVS module with conntrack support On Jun 9, 2016 9:57 PM, "Ben Pfaff" wrote: > On Thu, Jun 09, 2016 at 06:07:43PM +0530, Akshaya Mahadik wrote: > > Hi > > I am new to ovs and recently was workin

Re: [ovs-discuss] Error while using ct commands in conntrack+ovs

2016-06-09 Thread Ben Pfaff
On Thu, Jun 09, 2016 at 06:07:43PM +0530, Akshaya Mahadik wrote: > Hi > I am new to ovs and recently was working with conntrack and i got this error > > ovs-ofctl add-flow mybridge \ "table=71, > priority=65,ct_state=-trk,ip,reg5=0x1,in_port=1,dl_src=fa:16:3e:a4:22:10,nw_src=192.168.0.1 > actions

[ovs-discuss] Error while using ct commands in conntrack+ovs

2016-06-09 Thread Akshaya Mahadik
Hi I am new to ovs and recently was working with conntrack and i got this error ovs-ofctl add-flow mybridge \ "table=71, priority=65,ct_state=-trk,ip,reg5=0x1,in_port=1,dl_src=fa:16:3e:a4:22:10,nw_src=192.168.0.1 actions=ct(table=72,zone=NXM_NX_REG6[0..15])" OFPT_ERROR (xid=0x6): OFPBMC_BAD_MASK