Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=44c45eb911845ec58fc3e26cc8994ba868ea2572
Commit:     44c45eb911845ec58fc3e26cc8994ba868ea2572
Parent:     85004cc367abc000aa36c0d0e270ab609a68b0cb
Author:     Linus Torvalds <[EMAIL PROTECTED]>
AuthorDate: Thu Jan 31 00:26:10 2008 +1100
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Thu Jan 31 00:26:10 2008 +1100

    Make !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADER
    
    We want IPV6HEADER matching for the non-advanced default netfilter
    configuration, since it's part of the standard netfilter setup of at
    least some distributions (eg Fedora).
    
    Otherwise NETFILTER_ADVANCED loses much of its point, since even
    non-advanced users would have to enable all the advanced options just to
    get a working IPv6 netfilter setup.
    
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 net/ipv6/netfilter/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig
index 4fc0b02..6cae547 100644
--- a/net/ipv6/netfilter/Kconfig
+++ b/net/ipv6/netfilter/Kconfig
@@ -99,7 +99,7 @@ config IP6_NF_MATCH_HL
 config IP6_NF_MATCH_IPV6HEADER
        tristate '"ipv6header" IPv6 Extension Headers Match'
        depends on IP6_NF_IPTABLES
-       depends on NETFILTER_ADVANCED
+       default m if NETFILTER_ADVANCED=n
        help
          This module allows one to match packets based upon
          the ipv6 extension headers.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to