Re: [ovs-dev] [PATCH v2 0/3] Add offload support for ct_state rpl and inv flags

2021-03-07 Thread Paul Blakey
On Thu, 4 Mar 2021, Paul Blakey wrote: > Add offload support for ct_state rpl and inv flags. > > For example: > ovs-ofctl del-flows br-ovs > ovs-ofctl add-flow br-ovs arp,actions=normal > ovs-ofctl add-flow br-ovs "table=0, ip,ct_state=-trk > actions=ct(table=1,zone=5)" > ovs-ofctl add-flow

[ovs-dev] [PATCH v2 0/3] Add offload support for ct_state rpl and inv flags

2021-03-04 Thread Paul Blakey
Add offload support for ct_state rpl and inv flags. For example: ovs-ofctl del-flows br-ovs ovs-ofctl add-flow br-ovs arp,actions=normal ovs-ofctl add-flow br-ovs "table=0, ip,ct_state=-trk actions=ct(table=1,zone=5)" ovs-ofctl add-flow br-ovs "table=1, ip,ct_state=+trk+new actions=ct(zone=5, com