From: Glen Turner <glen.turner@aarnet.edu.au>
To: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: Patch-o-matic says "unable to find ladd slot" in Makefile
Date: Wed, 04 Oct 2006 16:42:28 +0930 [thread overview]
Message-ID: <45235EDC.4080709@aarnet.edu.au> (raw)
Hi folks,
I've written a patch for the Linux kernel and for iptables
which adds a TCPCONG netfilter target to set the TCP congestion
control algorithm. Now I can run a different algorithm for
traffic using the the WLAN interface than for traffic using
the wired interface. Code at
<http://www.aarnet.edu.au/~gdt/patch/tcpcong/>
I've tried my best to follow the instructions at
.../patch-o-matic-ng/README.newpatches
which I think asks that a file
.../patch-o-matic-ng/patchlets/TCPCONG/linux-2.6/net/ipv4/netfilter/Makefile.ladd
be created containing
obj-$(CONFIG_IP_NF_TARGET_TCPCONG) += ipt_TCPCONG.o
rather than this being left in the
.../patch-o-matic-ng/patchlets/TCPCONG/linux-2.6.patch
file.
Unfortunately when I run patch-o-matic
KERNEL_DIR=~/linux-2.6.18 \
IPTABLES_DIR=~/iptables-1.3.6 \
./runme base
I get this error
> Testing TCPCONG... not applied
> The TCPCONG patch:
> Author: Glen Turner, <glen d turner a aarnet d edu d au>
> Status: Beta
> This target sets the TCP congestion control algorithm.
> -----------------------------------------------------------------
> Do you want to apply this patch [N/y/t/f/a/r/b/w/q/?] y
> unable to find ladd slot in src /home/gdt/linux-2.6.18/net/ipv4/netfilter/Makefile (./patchlets/TCPCONG/linux-2.6/./net/ipv4/netfilter/Makefile.ladd)
> -----------------------------------------------------------------
Should I have left the change to net/ipv4/netfilter/Makefile
in the file linux-2.6.patch? Or is some other magic required?
Thanks muchly,
Glen
--
Glen Turner Tel: (08) 8303 3936 or +61 8 8303 3936
Australia's Academic & Research Network www.aarnet.edu.au
next reply other threads:[~2006-10-04 7:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-04 7:12 Glen Turner [this message]
2006-10-04 19:54 ` Patch-o-matic says "unable to find ladd slot" in Makefile Pablo Neira Ayuso
2006-10-05 8:00 ` [PATCH] Add TCPCONG target to patch-o-matic Glen Turner
2006-10-09 15:12 ` Patrick McHardy
2006-10-10 7:00 ` Glen Turner
2006-10-11 5:32 ` Patrick McHardy
2006-10-11 20:04 ` Stephen Hemminger
2006-10-12 0:37 ` Glen Turner
2006-10-12 0:57 ` Patrick McHardy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45235EDC.4080709@aarnet.edu.au \
--to=glen.turner@aarnet.edu.au \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.