Ivan Tsvetkov
Ivan Tsvetkov
My apologies, however, are you sure that this code should look exactly like it does? https://github.com/contiv/ofnet/blob/bc1f1f795cad7b0f39d7e243c175ca1c94eeb29e/vendor/github.com/contiv/libOpenflow/openflow13/flowmod.go#L99-L102 Perhaps you wanted to write something like: ```go binary.BigEndian.PutUint32(bytes[n:], f.OutPort) n += 4 binary.BigEndian.PutUint32(bytes[n:],...
My apologies, however, are you sure that this code should look exactly like it does? https://github.com/contiv/libOpenflow/blob/d967b14cc6889aa008ad564b5617abc272c9be15/openflow13/flowmod.go#L99-L102 Perhaps you wanted to write something like: ```go binary.BigEndian.PutUint32(bytes[n:], f.OutPort) n += 4 binary.BigEndian.PutUint32(bytes[n:],...