From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice MARIE Subject: (no subject) Date: Thu, 4 Jul 2002 19:11:08 +0800 Sender: netfilter-devel-admin@lists.samba.org Message-ID: <200207041911.08783.fabrice@celestix.com> Reply-To: fabrice@celestix.com Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_KQ1Q3FSKFDF5B3AVW1SP" Return-path: To: netfilter-devel@lists.samba.org Errors-To: netfilter-devel-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org --------------Boundary-00=_KQ1Q3FSKFDF5B3AVW1SP Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit Hello, Attached patch should fix the tftp conntrack patch to make it apply properly again. Have a nice day, Fabrice. http://fabnetwork.ifrance.com/fabnetwork/ -- Fabrice MARIE Senior R&D Engineer Celestix Networks http://www.celestix.com/ "Silly hacker, root is for administrators" -Unknown --------------Boundary-00=_KQ1Q3FSKFDF5B3AVW1SP Content-Type: text/x-diff; charset="us-ascii"; name="conntrack_tftp_patch_makefile_fix.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="conntrack_tftp_patch_makefile_fix.patch" diff -uNr cvs/netfilter/userspace/patch-o-matic/extra/tftp-conntrack-nat.patch.makefile-3 netfilter/userspace/patch-o-matic/extra/tftp-conntrack-nat.patch.makefile-3 --- cvs/netfilter/userspace/patch-o-matic/extra/tftp-conntrack-nat.patch.makefile-3 2002-04-15 19:33:13.000000000 +0800 +++ netfilter/userspace/patch-o-matic/extra/tftp-conntrack-nat.patch.makefile-3 2002-07-04 18:43:00.000000000 +0800 @@ -1,2 +1,2 @@ -# NAT helpers +# NAT helpers obj-$(CONFIG_IP_NF_NAT_TFTP) += ip_nat_tftp.o --------------Boundary-00=_KQ1Q3FSKFDF5B3AVW1SP--