All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch-o-matic says "unable to find ladd slot" in Makefile
@ 2006-10-04  7:12 Glen Turner
  2006-10-04 19:54 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 9+ messages in thread
From: Glen Turner @ 2006-10-04  7:12 UTC (permalink / raw)
  To: Netfilter Development Mailinglist


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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-10-12  0:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-04  7:12 Patch-o-matic says "unable to find ladd slot" in Makefile Glen Turner
2006-10-04 19:54 ` 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

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.