On Tue, Oct 20, 2015 at 03:20:28PM -0700, Jarno Rajahalme wrote: > diff --git a/net/openvswitch/flow_netlink.c b/net/openvswitch/flow_netlink.c > index 77850f1..1e6c2ac 100644 > --- a/net/openvswitch/flow_netlink.c > +++ b/net/openvswitch/flow_netlink.c > @@ -291,7 +291,7 @@ size_t ovs_key_attr_size(void) > + nla_total_size(4) /* OVS_KEY_ATTR_SKB_MARK */ > + nla_total_size(4) /* OVS_KEY_ATTR_DP_HASH */ > + nla_total_size(4) /* OVS_KEY_ATTR_RECIRC_ID */ > - + nla_total_size(1) /* OVS_KEY_ATTR_CT_STATE */ > + + nla_total_size(4) /* OVS_KEY_ATTR_CT_STATE */ > + nla_total_size(2) /* OVS_KEY_ATTR_CT_ZONE */ > + nla_total_size(4) /* OVS_KEY_ATTR_CT_MARK */ > + nla_total_size(16) /* OVS_KEY_ATTR_CT_LABEL */ This is very strange. You're changing the size of the netlink attribute, this will break existing userspace applications. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html