On Thursday 2009-04-16 09:02, Kristian Evensen wrote: > > I am playing around with an idea for a module that will manipulate the packets > in userspace before passing them on to the xtables module. In other words, > there will be two rules in iptables (in the samle table) and after userspace is > done with the packet, it will be passed onto the next rule. Not possible. But you can have it reenter at the start using NF_REPEAT, I think. > However, when creating a small prototype to see if this is possible, I did not > find an equivalant to "XT_CONTINUE" that can be passed to nfq_set_verdict and I > therefore did not get the prortype working.So my question is, is it possible to > first send a packet to userspace, make a verdict and then have it processed by > a rule in the same iptables-table? -- 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