patch-2.4.20 linux-2.4.20/net/ipv4/netfilter/ip_fw_compat_masq.c

Next file: linux-2.4.20/net/ipv4/netfilter/ip_nat_core.c
Previous file: linux-2.4.20/net/ipv4/netfilter/ip_conntrack_standalone.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/net/ipv4/netfilter/ip_fw_compat_masq.c linux-2.4.20/net/ipv4/netfilter/ip_fw_compat_masq.c
@@ -130,7 +130,7 @@
 	struct ip_conntrack *ct;
 	int ret;
 
-	protocol = find_proto(iph->protocol);
+	protocol = ip_ct_find_proto(iph->protocol);
 
 	/* We don't feed packets to conntrack system unless we know
            they're part of an connection already established by an

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