aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-12-03 23:59:07 -0500
committerPaul Mackerras <paulus@samba.org>2006-12-03 23:59:07 -0500
commit79acbb3ff2d8095b692e1502b9eb2ccec348de26 (patch)
tree6ab773e5a8f9de2cd6443362b21d0d6fffe3b35e /net/Kconfig
parent19a79859e168640f8e16d7b216d211c1c52b687a (diff)
parent2b5f6dcce5bf94b9b119e9ed8d537098ec61c3d2 (diff)
Merge branch 'linux-2.6' into for-linus
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig32
1 files changed, 2 insertions, 30 deletions
diff --git a/net/Kconfig b/net/Kconfig
index a81aca43932f..7dfc94920697 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -63,6 +63,7 @@ config INET
63if INET 63if INET
64source "net/ipv4/Kconfig" 64source "net/ipv4/Kconfig"
65source "net/ipv6/Kconfig" 65source "net/ipv6/Kconfig"
66source "net/netlabel/Kconfig"
66 67
67endif # if INET 68endif # if INET
68 69
@@ -74,7 +75,7 @@ config NETWORK_SECMARK
74 If you are unsure how to answer this question, answer N. 75 If you are unsure how to answer this question, answer N.
75 76
76menuconfig NETFILTER 77menuconfig NETFILTER
77 bool "Network packet filtering (replaces ipchains)" 78 bool "Network packet filtering framework (Netfilter)"
78 ---help--- 79 ---help---
79 Netfilter is a framework for filtering and mangling network packets 80 Netfilter is a framework for filtering and mangling network packets
80 that pass through your Linux box. 81 that pass through your Linux box.
@@ -174,33 +175,6 @@ source "net/ipx/Kconfig"
174source "drivers/net/appletalk/Kconfig" 175source "drivers/net/appletalk/Kconfig"
175source "net/x25/Kconfig" 176source "net/x25/Kconfig"
176source "net/lapb/Kconfig" 177source "net/lapb/Kconfig"
177
178config NET_DIVERT
179 bool "Frame Diverter (EXPERIMENTAL)"
180 depends on EXPERIMENTAL && BROKEN
181 ---help---
182 The Frame Diverter allows you to divert packets from the
183 network, that are not aimed at the interface receiving it (in
184 promisc. mode). Typically, a Linux box setup as an Ethernet bridge
185 with the Frames Diverter on, can do some *really* transparent www
186 caching using a Squid proxy for example.
187
188 This is very useful when you don't want to change your router's
189 config (or if you simply don't have access to it).
190
191 The other possible usages of diverting Ethernet Frames are
192 numberous:
193 - reroute smtp traffic to another interface
194 - traffic-shape certain network streams
195 - transparently proxy smtp connections
196 - etc...
197
198 For more informations, please refer to:
199 <http://diverter.sourceforge.net/>
200 <http://perso.wanadoo.fr/magpie/EtherDivert.html>
201
202 If unsure, say N.
203
204source "net/econet/Kconfig" 178source "net/econet/Kconfig"
205source "net/wanrouter/Kconfig" 179source "net/wanrouter/Kconfig"
206source "net/sched/Kconfig" 180source "net/sched/Kconfig"
@@ -249,8 +223,6 @@ source "net/ieee80211/Kconfig"
249config WIRELESS_EXT 223config WIRELESS_EXT
250 bool 224 bool
251 225
252source "net/netlabel/Kconfig"
253
254config FIB_RULES 226config FIB_RULES
255 bool 227 bool
256 228