On Thu, Jan 10, 2013 at 11:30:05PM +0100, Jan Engelhardt wrote: > arptables 0.0.4 supports calling the CLASSIFY target, but on adding a > rule to the wrong chain, the diagnostic is as follows: > > # arptables -A INPUT -j CLASSIFY --set-class 0:0 > arptables: Invalid argument > # dmesg | tail -n1 > x_tables: arp_tables: CLASSIFY target: used from hooks > PREROUTING, but only usable from INPUT/FORWARD > > This is incorrect, since xt_CLASSIFY.c does specify > (1 << NF_ARP_OUT) | (1 << NF_ARP_FORWARD). > > This patch corrects the x_tables diagnostic message to print the > proper hook names for the NFPROTO_ARP case. I have applied this patch to the nf tree. -- 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