patch-2.1.74 linux/net/ipv4/ip_fw.c
Next file: linux/net/sunrpc/clnt.c
Previous file: linux/include/linux/sunrpc/svcsock.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Fri Dec 19 11:03:31 1997
- Orig file:
v2.1.73/linux/net/ipv4/ip_fw.c
- Orig date:
Mon Dec 1 12:04:16 1997
diff -u --recursive --new-file v2.1.73/linux/net/ipv4/ip_fw.c linux/net/ipv4/ip_fw.c
@@ -152,9 +152,12 @@
struct ip_fw *ip_fw_in_chain;
struct ip_fw *ip_fw_out_chain;
struct ip_fw *ip_acct_chain;
+struct ip_fw *ip_masq_chain;
static struct ip_fw **chains[] =
- {&ip_fw_fwd_chain, &ip_fw_in_chain, &ip_fw_out_chain, &ip_acct_chain};
+ {&ip_fw_fwd_chain, &ip_fw_in_chain, &ip_fw_out_chain, &ip_acct_chain,
+ &ip_masq_chain
+ };
#endif /* CONFIG_IP_ACCT || CONFIG_IP_FIREWALL */
#ifdef CONFIG_IP_FIREWALL
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov