On Thu, Jan 17, 2019 at 02:05:48PM -0800, Justin Pettit wrote: > > > On Dec 14, 2018, at 6:16 PM, Ben Pfaff <[email protected]> wrote: > > > > A masked NSH set action has mdtype 0 because the mdtype is not being > > changed, but odp_nsh_key_from_attr() rejects this because mdtype 0 does > > not match up with the OVS_NSH_KEY_ATTR_MD1 attribute being present. This > > fixes the problem. > > > > The kernel datapath in flow_netlink function nsh_key_put_from_nlattr() has > > a similar exception. > > > > Signed-off-by: Ben Pfaff <[email protected]> > > Acked-by: Justin Pettit <[email protected]>
Thanks for the reviews. I applied patches 1 and 2 to master and branch-2.10. I look forward to a review of patch 3. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
