patch-2.4.22 linux-2.4.22/include/linux/netfilter_arp/arp_tables.h

Next file: linux-2.4.22/include/linux/netfilter_arp/arpt_mangle.h
Previous file: linux-2.4.22/include/linux/netfilter.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/linux/netfilter_arp/arp_tables.h linux-2.4.22/include/linux/netfilter_arp/arp_tables.h
@@ -111,7 +111,7 @@
 #define ARPT_INV_ARPHRD		0x0080	/* Invert the sense of ARP HRD. */
 #define ARPT_INV_ARPPRO		0x0100	/* Invert the sense of ARP PRO. */
 #define ARPT_INV_ARPHLN		0x0200	/* Invert the sense of ARP HLN. */
-#define ARPT_INV_MASK		0x007F	/* All possible flag bits mask. */
+#define ARPT_INV_MASK		0x03FF	/* All possible flag bits mask. */
 
 /* This structure defines each of the firewall rules.  Consists of 3
    parts which are 1) general ARP header stuff 2) match specific

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)