patch-2.3.20 linux/include/linux/netfilter_ipv4.h

Next file: linux/include/linux/parport.h
Previous file: linux/include/linux/netfilter.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.19/linux/include/linux/netfilter_ipv4.h linux/include/linux/netfilter_ipv4.h
@@ -58,4 +58,10 @@
 #endif /*__KERNEL__*/
 #endif /*CONFIG_NETFILTER_DEBUG*/
 
+/* Arguments for setsockopt SOL_IP: */
+/* 2.0 firewalling went from 64 through 71 (and +256, +512, etc). */
+/* 2.2 firewalling (+ masq) went from 64 through 76 */
+/* 2.4 firewalling went 64 through 67. */
+#define SO_ORIGINAL_DST 80
+
 #endif /*__LINUX_IP_NETFILTER_H*/

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