digitalocean / go-openvswitch

Go packages which enable interacting with Open vSwitch and related tools. Apache 2.0 Licensed.
Other
295 stars 95 forks source link

Parse the special LOCAL port correctly in ofproto/trace flows #71

Closed ecbaldwin closed 5 years ago

ecbaldwin commented 5 years ago

LOCAL is equivalent to 65534 according to OVS docs [1].

[1] https://www.mankier.com/7/ovs-fields#Metadata_Fields

ecbaldwin commented 5 years ago

Hint. Use the option to ignore whitespace. It cleans up the diff a bit.