Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
2862
Description
To recreate, PUT the flow XML below once and verify it exists properly in operational store.
Then change the ipv4 dest ip address in the flow XML to 98.0.0.0/8 and re-PUT it. The operational
store will now show an unknown ID like this:
{
"flow-node-inventory:table": [
{
"id": 200,
"opendaylight-flow-table-statistics:flow-table-statistics":
,
"flow": [
{
"id": "#UF$TABLE*200-3",
"flags": "",
"match": {
"ipv4-destination": "98.0.0.0/8",
"ipv4-source": "11.3.0.0/16",
"ethernet-match": {
"ethernet-type":
,
"ethernet-source":
,
"ethernet-destination":
}
},
"priority": 32768,
"instructions": {
"instruction": [
{
"order": 0,
"apply-actions": {
"action": [
{
"order": 0,
"output-action":
}
]
}
}
]
},
"idle-timeout": 300,
"opendaylight-flow-statistics:flow-statistics": {
"duration":
,
"byte-count": 0,
"packet-count": 0
},
"table_id": 200,
"hard-timeout": 600,
"cookie": 0
}
],
"flow-hash-id-map": [
],
"opendaylight-flow-statistics:aggregate-flow-statistics":
}
]
}
Attachments
Issue Links
- blocks
-
OPNFLWPLUG-429 Milestone: OpenFlow Plugin Redesign - bugs
- Resolved