On 21.01.2011 15:01, Jozsef Kadlecsik wrote: > +/* Flags at command level */ > +enum ipset_cmd_flags { > + IPSET_FLAG_BIT_EXIST = 0, > + IPSET_FLAG_EXIST = (1 << IPSET_FLAG_BIT_EXIST), > +}; One more comment regarding this file - this duplicates the semantic of the NLM_F_EXCL flag, which indicates that an error should be returned if something already exists on creation. -- 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