Details
-
Bug
-
Status: Resolved
-
Resolution: Won't Do
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
161
-
Highest
Description
The signed value for OpenFlow port numbers is exposed in the web GUI, which causes problems for port numbers >=32768. Aside from the negative value being confusing, this prevents flow programming when the port is specified.
Steps to Reproduce using OVS:
- sudo ovs-vsctl add-br C1
- sudo ovs-vsctl set-controller C1 tcp:<odl-ip>:6633
- sudo ovs-vsctl add-port C1 eth0 – set Interface eth0 ofport_request=32768