|
Post Restart of switch s1 and s2
==================================
mininet> sh ovs-ofctl -O OpenFlow13 dump-flows s1
OFPST_FLOW reply (OF1.3) (xid=0x2):
cookie=0x8000000, duration=258.049s, table=0, n_packets=5, n_bytes=410, priority=10,in_port=2,dl_vlan=2000 actions=pop_vlan,write_metadata:0xa0000000000/0xffffff0000000000,goto_table:16
cookie=0x8000000, duration=258.028s, table=0, n_packets=5, n_bytes=410, priority=10,in_port=1,dl_vlan=1000 actions=pop_vlan,write_metadata:0x30000000000/0xffffff0000000000,goto_table:16
cookie=0x8000000, duration=258.049s, table=0, n_packets=5, n_bytes=390, priority=4,in_port=2 actions=write_metadata:0x70000000000/0xffffff0000000000,goto_table:16
cookie=0x8000000, duration=258.028s, table=0, n_packets=3, n_bytes=230, priority=4,in_port=1 actions=write_metadata:0x20000000000/0xffffff0000000000,goto_table:16
cookie=0x8000001, duration=257.119s, table=0, n_packets=52, n_bytes=4420, priority=5,in_port=5 actions=write_metadata:0x90000000000/0x1fffff0000000000,goto_table:36
cookie=0x8040000, duration=237.124s, table=17, n_packets=0, n_bytes=0, priority=3,metadata=0xa0000000000/0xffffff0000000000 actions=write_metadata:0x80000a1388000000/0xffffffffff000000,goto_table:50
cookie=0x8040000, duration=217.123s, table=17, n_packets=0, n_bytes=0, priority=3,metadata=0x30000000000/0xffffff0000000000 actions=write_metadata:0x8000031388000000/0xffffffffff000000,goto_table:50
cookie=0x8800003, duration=217.929s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x3,metadata=0x30000000000/0x1fffff0000000000 actions=drop
cookie=0x8800003, duration=217.931s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x3 actions=push_vlan:0x8100,set_field:5096->vlan_vid,output:1
mininet> sh ovs-ofctl -O OpenFlow13 dump-groups s1
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
group_id=209999,type=all,bucket=actions=set_field:0x3->tun_id,resubmit(,55),bucket=actions=set_field:0xa->tun_id,resubmit(,55)
mininet> sh ovs-ofctl -O OpenFlow13 dump-groups s1
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
group_id=209999,type=all,bucket=actions=set_field:0x3->tun_id,resubmit(,55),bucket=actions=set_field:0xa->tun_id,resubmit(,55)
mininet> sh ovs-ofctl -O OpenFlow13 dump-groups s1
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
group_id=209999,type=all,bucket=actions=set_field:0x3->tun_id,resubmit(,55),bucket=actions=set_field:0xa->tun_id,resubmit(,55)
mininet>
mininet> sh ovs-ofctl -O OpenFlow13 dump-flows s2
OFPST_FLOW reply (OF1.3) (xid=0x2):
cookie=0x8000000, duration=296.417s, table=0, n_packets=5, n_bytes=410, priority=10,in_port=1,dl_vlan=1000 actions=pop_vlan,write_metadata:0x150000000000/0xffffff0000000000,goto_table:16
cookie=0x8000000, duration=296.401s, table=0, n_packets=5, n_bytes=410, priority=10,in_port=2,dl_vlan=2000 actions=pop_vlan,write_metadata:0xc0000000000/0xffffff0000000000,goto_table:16
cookie=0x8000001, duration=296.452s, table=0, n_packets=59, n_bytes=5015, priority=5,in_port=5 actions=write_metadata:0xd0000000000/0x1fffff0000000000,goto_table:36
cookie=0x8000000, duration=296.417s, table=0, n_packets=2, n_bytes=140, priority=4,in_port=1 actions=write_metadata:0x100000000000/0xffffff0000000000,goto_table:16
cookie=0x8000000, duration=296.401s, table=0, n_packets=5, n_bytes=390, priority=4,in_port=2 actions=write_metadata:0x160000000000/0xffffff0000000000,goto_table:16
cookie=0x8040000, duration=238.412s, table=17, n_packets=0, n_bytes=0, priority=3,metadata=0x150000000000/0xffffff0000000000 actions=write_metadata:0x8000151388000000/0xffffffffff000000,goto_table:50
cookie=0x8040000, duration=208.465s, table=17, n_packets=0, n_bytes=0, priority=3,metadata=0xc0000000000/0xffffff0000000000 actions=write_metadata:0x80000c1388000000/0xffffffffff000000,goto_table:50
cookie=0x8800015, duration=239.248s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x15,metadata=0x150000000000/0x1fffff0000000000 actions=drop
cookie=0x880000c, duration=209.216s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xc,metadata=0xc0000000000/0x1fffff0000000000 actions=drop
cookie=0x8800015, duration=239.248s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x15 actions=push_vlan:0x8100,set_field:5096->vlan_vid,output:1
cookie=0x880000c, duration=209.219s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xc actions=push_vlan:0x8100,set_field:6096->vlan_vid,output:2
mininet>
mininet> sh ovs-ofctl -O OpenFlow13 dump-groups s1
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
group_id=209999,type=all,bucket=actions=set_field:0x3->tun_id,resubmit(,55),bucket=actions=set_field:0xa->tun_id,resubmit(,55)
mininet>
mininet> sh ovs-ofctl -O OpenFlow13 dump-groups s2
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
group_id=209999,type=all,bucket=actions=set_field:0x15->tun_id,resubmit(,55),bucket=actions=set_field:0xc->tun_id,resubmit(,55)
mininet>
|