Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Other
Platform: PC
-
1088
Description
Scenario:
1) Put the flow
PUT request sent to url http://pce-guest35.cisco.com:8080/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/2/flow/130
xml content in attachment
2) check it's operational state and its ID is is not matched
</flow-table-statistics>
<flow>
<id>#UF$TABLE*2*1</id>
<flow-statistics
xmlns="urn:opendaylight:flow:statistics">
<flags/>
<idle-timeout>12000</idle-timeout>
<byte-count>0</byte-count>
...
3) Removal
DEL request sent to url http://pce-guest35.cisco.com:8080/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/2/flow/130
DEL Response 200
4) Not all was deleted
GET http://pce-guest35.cisco.com:8080/restconf/operational/opendaylight-inventory:nodes/node/openflow:1/table/2/
ResponseL
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<table
xmlns="urn:opendaylight:flow:inventory">
<id>2</id>
<flow-table-statistics
xmlns="urn:opendaylight:flow:table:statistics">
<active-flows>0</active-flows>
<packets-matched>0</packets-matched>
<packets-looked-up>0</packets-looked-up>
</flow-table-statistics>
<flow>
<id>#UF$TABLE*2*1</id>
</flow>
</table>