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

any plans to support more options for the InterfaceOptions #91

Open msconfig711 opened 4 years ago

msconfig711 commented 4 years ago

The ovs-vsctl is able to set a lot of options for the port, such as tos、dst_port and so on. Maybe can extend the InterfaceOptions by adding "Options" ([]string) field for developer to add any option freely by themselves。