Re: [ovs-dev] connection tracking questions

2019-11-05 Thread Ben Pfaff
On Tue, Nov 05, 2019 at 12:04:39PM -0500, Nicolas Bouliane via dev wrote: > > Can you try: > > > > # ovs-appctl dpctl/dump-conntrack system@ovs-system zone=5 > > > > and see if you see the connection you've inserted is visible? > > > > It doesn't work either... but it made me realize that in my

Re: [ovs-dev] connection tracking questions

2019-11-05 Thread Nicolas Bouliane via dev
> > > > Can you try: > > # ovs-appctl dpctl/dump-conntrack system@ovs-system zone=5 > > and see if you see the connection you've inserted is visible? > It doesn't work either... but it made me realize that in my Docker environment ovs-vswitchd runs with --enable-dummy=system ! (so it must be

Re: [ovs-dev] connection tracking questions

2019-11-01 Thread Ben Pfaff
On Fri, Nov 01, 2019 at 01:24:24PM -0400, Aaron Conole wrote: > Nicolas Bouliane via dev writes: > > - When I use ofproto/trace and hit flows that use the connection tracking: > > ct(), does an actual lookup is made even though I'm just tracing ? or it's > > just simulated. > > If I remember

Re: [ovs-dev] connection tracking questions

2019-11-01 Thread Aaron Conole
Nicolas Bouliane via dev writes: > Hi, > > I'm manually inserting an entry with the conntrack tool. > > # conntrack -I -d 10.36.96.56 -s 10.36.96.12 -p tcp --sport 80 --dport 80 > --state ESTABLISHED --status A > SSURED -t 300 --zone 5 > conntrack v1.4.4 (conntrack-tools): 1 flow entries have

[ovs-dev] connection tracking questions

2019-10-31 Thread Nicolas Bouliane via dev
Hi, I'm manually inserting an entry with the conntrack tool. # conntrack -I -d 10.36.96.56 -s 10.36.96.12 -p tcp --sport 80 --dport 80 --state ESTABLISHED --status A SSURED -t 300 --zone 5 conntrack v1.4.4 (conntrack-tools): 1 flow entries have been created. # conntrack -L tcp 6 295