libOpenflow
libOpenflow copied to clipboard
this function will lost message or make block if the connection of ovs is closing. > // Listen for a Shutdown signal or Outbound messages. func (m *MessageStream) outbound() {...
MultipartReply.UnmarshalBinary() uses new() to initialize Body, so len(Body.pad) is 0, cause Body.UnmarshalBinary() failed.
1. Add MultipartType_PortDesc Parse 2. modify PortStatus UnmarshalBinary Parse field is incorrect
i use your contrack struct, and i give a ct.Table(10), but it doesn't go into effect, i want the result is "cookie=0x0, duration=5.279s, table=0, n_packets=0, n_bytes=0, ip actions=ct(table=10,zone=2)", but the...
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:],...