Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
1565
Description
After pushing following flow:
{
"flow-node-inventory:table": [
{
"flow-node-inventory:flow": [
{
"flow-node-inventory:flow-name": "foo",
"flow-node-inventory:match": {
"flow-node-inventory:vlan-match": {
"flow-node-inventory:vlan-id":
,
"flow-node-inventory:vlan-pcp": 3
},
"flow-node-inventory:ethernet-match": {
"flow-node-inventory:ethernet-destination":
,
"flow-node-inventory:ethernet-source":
,
"flow-node-inventory:ethernet-type":
}
},
"flow-node-inventory:priority": 2,
"flow-node-inventory:instructions": {
"flow-node-inventory:instruction": [
{
"flow-node-inventory:apply-actions": {
"flow-node-inventory:action": [
{
"flow-node-inventory:order": 2,
"flow-node-inventory:output-action":
},
{
"flow-node-inventory:order": 1,
"flow-node-inventory:set-field": {
"flow-node-inventory:vlan-match": {
"flow-node-inventory:vlan-id":
,
"flow-node-inventory:vlan-pcp": 4
}
}
}
]
},
"flow-node-inventory:order": 0
}
]
},
"flow-node-inventory:strict": false,
"flow-node-inventory:table_id": 0,
"flow-node-inventory:id": "138"
}
],
"flow-node-inventory:id": 0
}
]
}
I check Operational data for it:
{
"flow-node-inventory:table": [
{
"opendaylight-flow-table-statistics:flow-table-statistics":
,
"flow-node-inventory:flow-cookie-map": [
],
"flow-node-inventory:flow": [
{
"flow-node-inventory:match": {
"flow-node-inventory:vlan-match": {
"flow-node-inventory:vlan-id":
,
"flow-node-inventory:vlan-pcp": 3
},
"flow-node-inventory:ethernet-match": {
"flow-node-inventory:ethernet-destination":
,
"flow-node-inventory:ethernet-source":
,
"flow-node-inventory:ethernet-type":
}
},
"flow-node-inventory:flags": "SEND_FLOW_REM",
"flow-node-inventory:priority": 2,
"flow-node-inventory:instructions": {
"flow-node-inventory:instruction": [
{
"flow-node-inventory:apply-actions": {
"flow-node-inventory:action": [
{
"flow-node-inventory:order": 0,
"flow-node-inventory:set-field": {
"flow-node-inventory:vlan-match": {
"flow-node-inventory:vlan-id":
}
}
},
{
"flow-node-inventory:order": 1,
"flow-node-inventory:output-action":
}
]
},
"flow-node-inventory:order": 0
}
]
},
"flow-node-inventory:idle-timeout": 300,
"opendaylight-flow-statistics:flow-statistics": {
"opendaylight-flow-statistics:duration":
,
"opendaylight-flow-statistics:byte-count": 0,
"opendaylight-flow-statistics:packet-count": 0
},
"flow-node-inventory:hard-timeout": 600,
"flow-node-inventory:table_id": 0,
"flow-node-inventory:id": "#UF$TABLE*0-1",
"flow-node-inventory:cookie": 1
}
],
"flow-node-inventory:id": 0
}
]
}
And I see "flow-node-inventory:id": "#UF$TABLE*0-1" and I get OSGi errors related to this too.
BR/Luis