antrea-io / libOpenflow

OpenFlow Go library
Apache License 2.0
9 stars 18 forks source link

Fix bug in IGMP protocol implementation #17

Closed wenyingd closed 2 years ago

wenyingd commented 2 years ago
  1. Parse protocol type when unmarshaling IGMPv1orv2 message
  2. Fix an offset issue when unmarshaling IGMPv3Query message
  3. Use function Len() to compare data length instead of using constant values

Signed-off-by: wenying wenyingd@vmware.com

tnqn commented 2 years ago

another typo: unmarshing