Re: [ovs-dev] [PATCH net 1/2] openvswitch: support asymmetric conntrack

2019-11-09 Thread Pravin Shelar
On Fri, Nov 8, 2019 at 1:07 PM Aaron Conole wrote: > > The openvswitch module shares a common conntrack and NAT infrastructure > exposed via netfilter. It's possible that a packet needs both SNAT and > DNAT manipulation, due to e.g. tuple collision. Netfilter can support > this because it runs

Re: [ovs-dev] Extending ovs_action_attr to add a new action

2019-11-09 Thread Matteo Croce
On Fri, Nov 8, 2019 at 11:04 PM William Tu wrote: > > On Fri, Nov 08, 2019 at 05:12:55PM +0100, Matteo Croce wrote: > > Hi, > > > > I need to add a field to enum ovs_action_attr, but I see that the > > definition between the upstream header[1] and the one in compat[2] > > differs. > > Upstream