Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
3262
Description
This bug is to track failures in CI.
after programing a flow, and while it exists on the switch, it is not seen in the output to from:
/restconf/operational/opendaylight-inventory:nodes/node/openflow:1/table/0
the output is this:
{"flow-node-inventory:table":[{"id":0,"opendaylight-flow-table-statistics:flow-table-statistics":{"packets-looked-up":976444,"packets-matched":976408,"active-flows":10}}]}
the output used to have a format like this:
{"flow-node-inventory:table":[{"id":0,"opendaylight-flow-table-statistics:flow-table-statistics":
{"packets-looked-up":976209,"active-flows":10,"packets-matched":976149},"flow":[{"id":"152","match":{"ipv4-destination":"10.0.20.1/32","ethernet-match":{"ethernet-type":
{"type":2048}}},"priority":2,"idle-timeout":300,"instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"output-node-connector":"1","max-length":0}}]}}]},"opendaylight-flow-statistics:flow-statistics":{"duration":
{"nanosecond":526000000,"second":1},"byte-count":0,"packet-count":0},"table_id":0,"hard-timeout":600,"cookie":0}],"flow-hash-id-map":[
{"hash":"Match [_ethernetMatch=EthernetMatch [_ethernetType=EthernetType [_type=EtherType [_value=2048], augmentation=[]], augmentation=[]], _layer3Match=Ipv4Match [_ipv4Destination=Ipv4Prefix [_value=10.0.20.1/32], augmentation=[]], augmentation=[]]20","flow-id":"152"}],"opendaylight-flow-statistics:aggregate-flow-statistics":{"flow-count":1,"byte-count":0,"packet-count":0}}]}