Hi,
Writing an app which uses REST API, which HP controller, and a 3800 switch with SW KA.15.14.0003.
My OpenFlow instance uses OpenFlow 1.3.
I'm facing the following issue:
I pipeline traffic from table 100 to table 200, which work well, with the following flow spec:
I pipeline traffic with a different criteria from table 100 to table 201. HTTP transaction completes successfully, but the flow is not created.
Alternatively, I tried to use metadata to distinguish traffic on a single table (200) - in that case flow creation fails with the following error:
"error":"java.lang.IllegalArgumentException","message":"Unsupported set-field: METADATA"
Any advice?