patch-2.4.22 linux-2.4.22/include/linux/netfilter.h

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

diff -urN linux-2.4.21/include/linux/netfilter.h linux-2.4.22/include/linux/netfilter.h
@@ -19,9 +19,10 @@
 #define NF_REPEAT 4
 #define NF_MAX_VERDICT NF_REPEAT
 
-/* Generic cache responses from hook functions. */
-#define NFC_ALTERED 0x8000
+/* Generic cache responses from hook functions.
+   <= 0x2000 is used for protocol-flags. */
 #define NFC_UNKNOWN 0x4000
+#define NFC_ALTERED 0x8000
 
 #ifdef __KERNEL__
 #include <linux/config.h>

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