All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Bieringer <pb@bieringer.de>
To: Maillist netdev <netdev@vger.kernel.org>
Subject: Patch to remove masq/NAT in description of IP6_NF_IPTABLES in ipv6/netfilter/Kconfig
Date: Mon, 16 Oct 2006 09:01:25 +0200	[thread overview]
Message-ID: <45332E45.10207@bieringer.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

Hi,

afaik, NAT (and therefore masquerading also) is left out by design in
IPv6, looks like a copy&paste issue.

Patch attached to fix this.

	Peter
-- 
Dr. Peter Bieringer                     http://www.bieringer.de/pb/
GPG/PGP Key 0x958F422D                       mailto:pb@bieringer.de
Deep Space 6 Co-Founder and Core Member  http://www.deepspace6.net/

[-- Attachment #2: Kconfig-netfilter-ipv6.diff --]
[-- Type: text/x-patch, Size: 511 bytes --]

--- linux-2.6.18.1/net/ipv6/netfilter/Kconfig.orig	2006-10-16 08:56:43.000000000 +0200
+++ linux-2.6.18.1/net/ipv6/netfilter/Kconfig	2006-10-16 08:56:55.000000000 +0200
@@ -40,7 +40,7 @@
 	  To compile it as a module, choose M here.  If unsure, say N.
 
 config IP6_NF_IPTABLES
-	tristate "IP6 tables support (required for filtering/masq/NAT)"
+	tristate "IP6 tables support (required for filtering)"
 	depends on NETFILTER_XTABLES
 	help
 	  ip6tables is a general, extensible packet identification framework.

             reply	other threads:[~2006-10-16  7:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-16  7:01 Peter Bieringer [this message]
2006-10-16  7:05 ` Patch to remove masq/NAT in description of IP6_NF_IPTABLES in ipv6/netfilter/Kconfig 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=45332E45.10207@bieringer.de \
    --to=pb@bieringer.de \
    --cc=netdev@vger.kernel.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.