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

ovs: add action parser for move #99

Closed icosahedral closed 3 years ago

icosahedral commented 3 years ago

The move action was implemented in this library:

https://github.com/digitalocean/go-openvswitch/blob/master/ovs/action.go#L622-L648

However, we're missing a companion parser for this action to allow flows with this action to be properly read. This PR adds that to allow them to be properly read.