]> err.no Git - linux-2.6/blobdiff - include/linux/netfilter_bridge/ebtables.h
[NETFILTER]: ebtables: add --snap-arp option
[linux-2.6] / include / linux / netfilter_bridge / ebtables.h
index e6ea70de24d59649cfd89a301a80624f13d65ebf..87775264ff0bea1b1065a5145bc8e7180f8842f9 100644 (file)
 #define EBT_CONTINUE -3
 #define EBT_RETURN   -4
 #define NUM_STANDARD_TARGETS   4
+/* ebtables target modules store the verdict inside an int. We can
+ * reclaim a part of this int for backwards compatible extensions.
+ * The 4 lsb are more than enough to store the verdict. */
+#define EBT_VERDICT_BITS 0x0000000F
 
 struct ebt_counter
 {