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

2014-06-26 Thread Nirmalanand Jebakumar
Sorry I overlooked your response. When I use dump-flows with " -O OpenFlow13", I see as expected. # ovs-ofctl -O OpenFlow13 dump-flows br0 OFPST_FLOW reply (OF1.3) (xid=0x2): cookie=0x0, duration=1647.125s, table=0, n_packets=0, n_bytes=0, dl_dst=aa:bb:cc:dd:ee:ff actions=goto_table:1 Thanks. Y

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 wrote: > > On Jun 26, 2014, at 5:32 AM, Nirmalanand Jebakumar > 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 message: >> # ovs-ofctl add-fl

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

2014-06-26 Thread Jarno Rajahalme
On Jun 26, 2014, at 5:32 AM, Nirmalanand Jebakumar 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 message: > # ovs-ofctl add-flow br0 "table=0,dl_dst=aa:bb:cc:dd:ee:ff, > actions=goto_table:1" >

[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 allow