We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My apologies, however, are you sure that this code should look exactly like it does?
libOpenflow/openflow13/flowmod.go
Lines 99 to 102 in d967b14
Perhaps you wanted to write something like:
binary.BigEndian.PutUint32(bytes[n:], f.OutPort) n += 4 binary.BigEndian.PutUint32(bytes[n:], f.OutGroup) n += 4
Just check the source code of OpenvSwitch to be completely sure.
ofm->out_port = ofputil_port_to_ofp11(fm->out_port); ofm->out_group = htonl(fm->out_group);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My apologies, however, are you sure that this code should look exactly like it does?
libOpenflow/openflow13/flowmod.go
Lines 99 to 102 in d967b14
Perhaps you wanted to write something like:
Just check the source code of OpenvSwitch to be completely sure.
The text was updated successfully, but these errors were encountered: