All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Glen Turner <glen.turner@aarnet.edu.au>
Cc: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: Re: Patch-o-matic says "unable to find ladd slot" in Makefile
Date: Wed, 04 Oct 2006 21:54:51 +0200	[thread overview]
Message-ID: <4524118B.4020903@netfilter.org> (raw)
In-Reply-To: <45235EDC.4080709@aarnet.edu.au>

Glen Turner wrote:
> 
> 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

You have to add some context to let pom know where you want to place
that line, for example:

:~/SVN/trunk/patch-o-matic-ng/patchlets/XOR/linux-2.6/net/ipv4/netfilter$
 cat Makefile.ladd
obj-$(CONFIG_IP_NF_TARGET_LOG) += ipt_LOG.o
obj-$(CONFIG_IP_NF_TARGET_XOR) += ipt_XOR.o

This tells that the ipt_XOR must be after the ipt_LOG line.

-- 
The dawn of the fourth age of Linux firewalling is coming; a time of
great struggle and heroic deeds -- J.Kadlecsik got inspired by J.Morris

  reply	other threads:[~2006-10-04 19:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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=4524118B.4020903@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=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.