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

Add support for configuring sFlow #73

Open zanetworker opened 5 years ago

zanetworker commented 5 years ago

Currently the client does not support commands to configure sFlow. This PR adds support for configuring sFlow.

Additional Notes Executing the set command separately does not work so it was embeded in the create call. If not embedded the following error would appear:

2019-05-06T12:32:51Z|00002|db_ctl_base|WARN|applying "create" command to table sFlow without --id option will have no effect
armando-migliaccio commented 5 years ago

👀