From: John Levon <levon@movementarian.org>
To: Linux-Kernel mailing list <linux-kernel@vger.kernel.org>
Cc: davem@redhat.com, matthias.andree@gmx.de
Subject: Re: CONFIG_IP_NF_IPTABLES=m breaks 2.6 BK compile
Date: Mon, 27 Oct 2003 04:10:39 +0000 [thread overview]
Message-ID: <20031027041039.GA42608@compsoc.man.ac.uk> (raw)
In-Reply-To: <20031027034214.GA26161@merlin.emma.line.org>
On Mon, Oct 27, 2003 at 04:42:14AM +0100, Matthias Andree wrote:
> net/built-in.o(.init.text+0x248e): In function `init':
> : undefined reference to `ipt_register_match'
>
> .config file at
> http://mandree.home.pages.de/linux-2.6-BK-config
Please try the below. The option needs to inherit whatever iptables
itself got set to.
regards
john
Index: linux-cvs/net/ipv4/netfilter/Kconfig
===================================================================
RCS file: /home/cvs/linux-2.5/net/ipv4/netfilter/Kconfig,v
retrieving revision 1.12
diff -u -a -p -r1.12 Kconfig
--- linux-cvs/net/ipv4/netfilter/Kconfig 26 Sep 2003 00:23:18 -0000 1.12
+++ linux-cvs/net/ipv4/netfilter/Kconfig 27 Oct 2003 04:03:40 -0000
@@ -267,7 +267,7 @@ config IP_NF_MATCH_OWNER
config IP_NF_MATCH_PHYSDEV
tristate "Physdev match support"
- depends on IP_NF_IPTABLES!=n && BRIDGE_NETFILTER
+ depends on IP_NF_IPTABLES && BRIDGE_NETFILTER
help
Physdev packet matching matches against the physical bridge ports
the IP packet arrived on or will leave by.
next prev parent reply other threads:[~2003-10-27 4:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-27 3:42 Matthias Andree
2003-10-27 4:10 ` John Levon [this message]
2003-10-27 4:31 ` Matthias Andree
2003-10-27 7:46 ` David S. Miller
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=20031027041039.GA42608@compsoc.man.ac.uk \
--to=levon@movementarian.org \
--cc=davem@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=matthias.andree@gmx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome