Re: [ovs-dev] [OVS Conntrack] ct_state flags lead to OFPT_ERRORs

2015-10-23 Thread Ashwin Paranjpe
else ... snip ... static inline bool ovs_ct_state_supported(u32 state) { return false; } Thanks, -Ashwin On Fri, Oct 23, 2015 at 1:36 PM, Joe Stringer wrote: > On 23 October 2015 at 12:24, Ashwin Paranjpe wrote: > > Trying to execute the following commands (source: ovs-ofctl man

[ovs-dev] [OVS Conntrack] ct_state flags lead to OFPT_ERRORs

2015-10-23 Thread Ashwin Paranjpe
Trying to execute the following commands (source: ovs-ofctl man page, utilities/ovs-ofctl.8.in): The following flows provide an example of how to implement a simple >> firewall that allows new connections from port 1 to port 2, and only allows >> established connections to send traffic from port 2

[ovs-dev] Use next_cfg/cur_cfg in the presence of more than one client

2015-08-28 Thread Ashwin Paranjpe
I have a few questions about the following commit: http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commit;h=b54e22e91eee43eb04ad53e2fa919be44f34e731 - What would happen if there are two clients and both of them increment the next_cfg to the same value? I'd imagine the operation won’