> On Jan 5, 2017, at 5:03 PM, Ben Pfaff <[email protected]> wrote: > > "enum ofp_version" is unsigned in the System V ABI used by Linux, so > it will never be less than 0, so an rconn with an unnegotiated version will > never be found properly. This fixes the problem. > > CC: Justin Pettit <[email protected]> > Fixes: 714651c7db6a ("ovn-controller: Introduce "inject-pkt" ovs-appctl > command.") > Signed-off-by: Ben Pfaff <[email protected]>
Thanks for catching that. Acked-by: Justin Pettit <[email protected]> --Justin _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
