Displaying 3 results from an estimated 3 matches for "ip_nat_proto_udp".
Did you mean:
ip_nat_proto_tcp
2005 Oct 14
5
[PATCH] Fix NAT for domU checksum offload
...he fix is to compliment the new address and not
compliment the old address (which is complimented in the partial
checksum), and roll that with the ip_nat_cheat_check function.
There are two "versions" of the patch below. The first version is a
diff to show the actual changes made to the ip_nat_proto_udp.c and
ip_nat_proto_tcp.c file (as it is difficult/impossible to tell from the
second patch). The second version is the one to commit to the tree
(which creates 2 new files in the sparse directory).
Thanks,
Jon
--- ../xen-unstable.hg/linux-2.6.12-xen0/net/ipv4/netfilter/ip_nat_proto_udp.c 2005-06...
2006 Feb 24
2
r56 - trunk/debian
...et/ipv4/netfilter/ip_nat_proto_tcp.c.orig 2006-02-25 00:12:33.779993041 +0100
@@ -0,0 +1,179 @@
+/* (C) 1999-2001 Paul `Rusty'' Russell
+ * (C) 2002-2004 Netfilter Core Team <coreteam@netfilter.org>
@@ -104067,7 +104070,7 @@
+};
diff -Nurp pristine-linux-2.6.12/net/ipv4/netfilter/ip_nat_proto_udp.c linux-2.6.12-xen/net/ipv4/netfilter/ip_nat_proto_udp.c
--- pristine-linux-2.6.12/net/ipv4/netfilter/ip_nat_proto_udp.c 2005-06-17 21:48:29.000000000 +0200
-+++ linux-2.6.12-xen/net/ipv4/netfilter/ip_nat_proto_udp.c 2006-02-17 00:45:18.264516719 +0100
++++ linux-2.6.12-xen/net/ipv4/netfilter/ip_n...
2003 Feb 03
0
[Bug 39] New: can't execute 'make modules'
...track.o ip_conntrack_standalone.o
ip_conntrack_core.o ip_conntrack_proto_generic.o ip_conntrack_proto_tcp.o
ip_conntrack_proto_udp.o ip_conntrack_proto_icmp.o
ld -m elf_i386 -r -o iptable_nat.o ip_nat_standalone.o ip_nat_rule.o
ip_nat_core.o ip_nat_helper.o ip_nat_proto_unknown.o ip_nat_proto_tcp.o
ip_nat_proto_udp.o ip_nat_proto_icmp.o
gcc -D__KERNEL__ -I/usr/src/linux-2.4.19/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe
-mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include
/usr/src/linux-2.4.19/include/linux/modversions.h...