Re: [ovs-dev] Ask for help to remove a flow

2012-05-09 Thread Justin Pettit
On May 9, 2012, at 9:23 AM, Ben Pfaff wrote: > On Wed, May 09, 2012 at 01:37:38PM +0800, gong ys wrote: >> [root@robinlinux ~]# ovs-ofctl dump-flows br-tun >> NXST_FLOW reply (xid=0x4): >> cookie=0x0, duration=2267.877s, table=0, n_packets=0, n_bytes=0, >> priority=3,tun_id=0x2 actions=mod_vlan_

Re: [ovs-dev] Ask for help to remove a flow

2012-05-09 Thread Ben Pfaff
On Wed, May 09, 2012 at 01:37:38PM +0800, gong ys wrote: > [root@robinlinux ~]# ovs-ofctl dump-flows br-tun > NXST_FLOW reply (xid=0x4): >  cookie=0x0, duration=2267.877s, table=0, n_packets=0, n_bytes=0, > priority=3,tun_id=0x2 actions=mod_vlan_vid:1,output:1 >  cookie=0x0, duration=2267.901s, ta

Re: [ovs-dev] Ask for help to remove a flow

2012-05-08 Thread Justin Pettit
Try using the "--strict" option. It's documented in the ovs-ofctl man page, but even so it's not completely obvious that you need to do that. --Justin On May 8, 2012, at 10:37 PM, gong ys wrote: > > > Hi, > > [root@robinlinux ~]# ovs-ofctl dump-flows br-tun > NXST_FLOW reply (xid=0x4): >

Re: [ovs-dev] Ask for help to remove a flow

2012-05-08 Thread gong ys
Hi, [root@robinlinux ~]# ovs-ofctl dump-flows br-tun NXST_FLOW reply (xid=0x4):  cookie=0x0, duration=2267.877s, table=0, n_packets=0, n_bytes=0, priority=3,tun_id=0x2 actions=mod_vlan_vid:1,output:1  cookie=0x0, duration=2267.901s, table=0, n_packets=75, n_bytes=24062, priority=4,in_port=1,dl

Re: [ovs-dev] Ask for help to remove a flow

2012-05-08 Thread Ben Pfaff
Could you ask your question in plain text format? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Ask for help to remove a flow

2012-05-08 Thread Yong Sheng Gong
Hi,[root@robinlinux ~]# ovs-ofctl dump-flows br-tunNXST_FLOW reply (xid=0x4): cookie=0x0, duration=2267.877s, table=0, n_packets=0, n_bytes=0, priority=3,tun_id=0x2 actions=mod_vlan_vid:1,output:1 cookie=0x0, duration=2267.901s, table=0, n_packets=75, n_bytes=24062, priority=4,in_port=1,dl_vlan=1 a