On Wed, Dec 15, 2010 at 02:54:26PM +0100, Pablo Neira Ayuso wrote: > > BTW, can response messages - all those leading up to NLMSG_DONE - > > have different nlmsg_type, or not? > > They all have the same type. This is not a MUST. It is perfectly legal to f.e.: -> FOO_GET (seq=1, NLM_F_REQUEST) <- FOO_DEL (seq=1, NLM_F_MULTI) <- FOO_ADD (seq=1, NLM_F_MULTI) <- NLMSG_DONE (seq=1) -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html