-
- Downloads
Fixed a tough bug in MatchUtils. OFPorts are integers in OF1.3, but those who...
Fixed a tough bug in MatchUtils. OFPorts are integers in OF1.3, but those who specify local, controller, etc. as 65534, etc. will not work with OF1.3. This is a temporary fix and should be fixed properly to allow the full range of ports.
Showing
- src/main/java/net/floodlightcontroller/staticflowentry/StaticFlowEntryPusher.java 2 additions, 1 deletion...ightcontroller/staticflowentry/StaticFlowEntryPusher.java
- src/main/java/net/floodlightcontroller/util/MatchUtils.java 4 additions, 3 deletionssrc/main/java/net/floodlightcontroller/util/MatchUtils.java
Please register or sign in to comment