On Thu, Jan 10, 2019 at 03:12:30PM -0800, Justin Pettit wrote: > > > On Dec 12, 2018, at 12:28 PM, Ben Pfaff <[email protected]> wrote: > > > > There are corner cases in which an rconn might not have a defined OpenFlow > > protocol or version. These happen at connection startup, before the > > protocol version has been negotiated, and can also happen when a connection > > is being shut down. It's desirable to avoid these situations entirely, > > but so far we haven't managed to do this. This commit avoids trying to > > send messages to such connection, which is what really tends to get OVS in > > trouble since there's no way to construct an OpenFlow message without > > knowing what version of OpenFlow to use (with a few exceptions that don't > > matter here). > > > > Reported-at: > > https://mail.openvswitch.org/pipermail/ovs-discuss/2018-December/047876.html > > Reported-by: Josh Bailey <[email protected]> > > Signed-off-by: Ben Pfaff <[email protected]> > > Acked-by: Justin Pettit <[email protected]>
Thanks, applied to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
