You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found while working on unit tests for Writeable implementations for OFValueType (PR #505). Leaving this bug alone for now since I don't know who would be impacted downstream if I changed it.
org.projectfloodlight.openflow.types.PacketType
returns 4 from getLength(). It also implements write4Bytes() and read4Bytes() methods, but these methods actually read/write 6 bytes.The text was updated successfully, but these errors were encountered: