|
| hi, all
With my environment, OVS 2.5.0 with DPDK 2.2.0, I use the flow command to
realise my function.
1. ovs-vsctl set bridge br-int-R
protocols=OpenFlow10,OpenFlow11,OpenFlow12,OpenFlow13
2. ovs-ofctl -O OpenFlow13 add-group br-int-R
group_id=10,type=all,bucket=mod_dl_src:00:4A:E4:25:6B:02,bucket=mod_dl_dst:51:23:40:3E:2B:02,bucket=dec_ttl
3. ovs-ofctl -O OpenFlow13 add-flow br-int-R
"table=50,priority=1,ip,nw_dst=192.18.50.0/255.255.255.0,actions=group:10"
but after configure this, I found that using different commands to see
different flow entry view.
1.#ovs-ofctl dump-flows br-int-R
NXST_FLOW reply (xid=0x4):
cookie=0x0, duration=1390.625s, table=50, n_packets=3361843122,
n_bytes=847184466744, idle_age=0, priority=1,ip,nw_dst=192.18.50.0/24
actions=drop
2.#ovs-ofctl dump-flows br-int-R -O OpenFlow13
OFPST_FLOW reply (OF1.3) (xid=0x2):
cookie=0x0, duration=72.050s, table=50, n_packets=264937817,
n_bytes=66764329884, priority=1,ip,nw_dst=192.18.50.0/24 actions=group:10
And in the dathpath dpif, the finally execute action is "drop".
ovs-appctl dpif/dump-flows br-int-R
recirc_id(0),in_port(2),eth(dst=00:4a:e4:25:6b:02),eth_type(0x8100),vlan(vid=100),encap(eth_type(0x0800),ipv4(dst=192.18.50.80/255.255.255.0,frag=no)),
packets:460802320, bytes:116122184640, used:0.000s, actions:drop
Could someone tell me ,what's wrong with my configuration? thanks.
| |
|
|
|
|
|
|
|
| |
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss