[ovs-dev] set_field:222-pkt_mark does not take effect

2014-09-17 Thread Nirmalanand Jebakumar
Hello everyone, For some implementation of ours, we need to mark the socket buffer(sk_buff-skb_mark) using flows in an openvswitch (v 2.0) before sending it through an egress vxlan port on the OVS, for setting ToS and CoS values using iptables command later. VXLAN offload is not enabled on the

Re: [ovs-dev] set_field:222-pkt_mark does not take effect

2014-09-17 Thread Nirmalanand Jebakumar
+0530, Nirmalanand Jebakumar wrote: In this link below, I read that pkt_mark is supported as a MATCH field. Does OVS support pkt_mark as a SET action? Yes. The command I ran is /usr/bin/ovs-ofctl add-flow -O Openflow13 br0 hard_timeout=3600,idle_timeout=30,table=1,priority=10,cookie=2

Re: [ovs-dev] set_field:222-pkt_mark does not take effect

2014-09-17 Thread Nirmalanand Jebakumar
? - If not, any rough timelines on when we can expect the fix to be integrated into the baseline? Regards, Nirmal On Wed, Sep 17, 2014 at 11:32:20AM -0700, Ben Pfaff wrote: OK, this may be a bug. I'll try to investigate soon. On Wed, Sep 17, 2014 at 11:53:16PM +0530, Nirmalanand Jebakumar

[ovs-dev] OVS 2.1.2 2.0.0: ovs-ofctl: with actions=goto_table fails

2014-06-26 Thread Nirmalanand Jebakumar
Hello, I'm running OVS version 2.1.2 on RHEL 6.5. When I try to add a flow with the goto_table keyword, it fails with the below message: # ovs-ofctl add-flow br0 table=0,dl_dst=aa:bb:cc:dd:ee:ff, actions=goto_table:1 ovs-ofctl: none of the usable flow formats (OXM,OpenFlow11) is among the

Re: [ovs-dev] OVS 2.1.2 2.0.0: ovs-ofctl: with actions=goto_table fails

2014-06-26 Thread Nirmalanand Jebakumar
On Thu, Jun 26, 2014 at 8:45 PM, Jarno Rajahalme jrajaha...@nicira.com wrote: On Jun 26, 2014, at 5:32 AM, Nirmalanand Jebakumar nirmalana...@gmail.com wrote: Hello, I'm running OVS version 2.1.2 on RHEL 6.5. When I try to add a flow with the goto_table keyword, it fails with the below