On Fri, Jan 11, 2013 at 05:30:46PM +0100, Florian Westphal wrote: > Add the ability to set/clear labels assigned to a conntrack > via ctnetlink. > > To allow userspace to only alter specific bits, Pablo suggested to add > a new CTA_LABELS_MASK attribute: > > The new set of active labels is then determined via > > active = (active & ~mask) ^ changeset > > i.e., the mask selects those bits in the existing set that should be > changed. > > This follows the same method already used by MARK and CONNMARK targets. > > Omitting CTA_LABELS_MASK is the same as setting all bits in CTA_LABELS_MASK > to 1: The existing set is replaced by the one from userspace. And this also applied, thanks Florian. You can push the user-space changes for this into some new -next branch of each tree. Then merge it to master by when 3.9-rc1 is released. -- 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