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
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
>
>
>
> 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:
> > >>
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
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
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
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
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