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

ovsdb: don't crash on unhandled callback RPC #14

Closed mdlayher closed 6 years ago

mdlayher commented 6 years ago

In a real world scenario, it's totally possible that our client could receive some request that it can't handle, causing it to crash. Let's just no-op these.