Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
6259
-
Highest
Description
When i was trying to add a flow in to mininet using MASTER branch of openflowplugin project, i couldn't see flow in operational data store with correct flow id & but seen on mininet.
features installed :- feature:install odl-openflowplugin-flow-services-ui
pastebin link operational data -> http://pastebin.com/aPnx0AzF
pastebin link config dats -> http://pastebin.com/gKATfvBJ
flows on mininet
mininet> sh ovs-ofctl dump-flows s1 -O OpenFlow13
OFPST_FLOW reply (OF1.3) (xid=0x2):
cookie=0x0, duration=224.055s, table=0, n_packets=0, n_bytes=0, priority=3,ip,nw_dst=3.3.3.0 actions=dec_ttl
cookie=0x0, duration=224.055s, table=0, n_packets=0, n_bytes=0, priority=400,ipv6,ipv6_src=fe80:2acf:e9ff:fe21::/64 actions=dec_ttl
cookie=0x0, duration=224.057s, table=0, n_packets=0, n_bytes=0, priority=1,ip,nw_dst=1.1.1.0/24 actions=dec_ttl
cookie=0x0, duration=224.054s, table=0, n_packets=0, n_bytes=0, priority=2,ip,nw_dst=2.2.0.0/16 actions=dec_ttl
same result observed with
features installed :- feature:install odl-openflowplugin-flow-services-ui & feature:install odl-openflowplugin-flow-services-rest-he
pastebin link operational data -> http://pastebin.com/siXbim12
pastebin link config dats -> http://pastebin.com/1nWDzLx9
mininet> sh ovs-ofctl dump-flows s1 -O OpenFlow13
OFPST_FLOW reply (OF1.3) (xid=0x2):
cookie=0x0, duration=92.022s, table=0, n_packets=0, n_bytes=0, priority=3,ip,nw_dst=3.3.3.0 actions=dec_ttl
cookie=0x0, duration=141.246s, table=0, n_packets=0, n_bytes=0, priority=1,ip,nw_dst=1.1.1.0/24 actions=dec_ttl
cookie=0x0, duration=130.726s, table=0, n_packets=0, n_bytes=0, priority=400,ipv6,ipv6_src=fe80:2acf:e9ff:fe21::/64 actions=dec_ttl
cookie=0x0, duration=84.443s, table=0, n_packets=0, n_bytes=0, priority=2,ip,nw_dst=2.2.0.0/16 actions=dec_ttl