diff options
author | Paul Mackerras <paulus@samba.org> | 2006-12-03 23:59:07 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-03 23:59:07 -0500 |
commit | 79acbb3ff2d8095b692e1502b9eb2ccec348de26 (patch) | |
tree | 6ab773e5a8f9de2cd6443362b21d0d6fffe3b35e /net/Kconfig | |
parent | 19a79859e168640f8e16d7b216d211c1c52b687a (diff) | |
parent | 2b5f6dcce5bf94b9b119e9ed8d537098ec61c3d2 (diff) |
Merge branch 'linux-2.6' into for-linus
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 32 |
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 | |||
63 | if INET | 63 | if INET |
64 | source "net/ipv4/Kconfig" | 64 | source "net/ipv4/Kconfig" |
65 | source "net/ipv6/Kconfig" | 65 | source "net/ipv6/Kconfig" |
66 | source "net/netlabel/Kconfig" | ||
66 | 67 | ||
67 | endif # if INET | 68 | endif # 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 | ||
76 | menuconfig NETFILTER | 77 | menuconfig 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" | |||
174 | source "drivers/net/appletalk/Kconfig" | 175 | source "drivers/net/appletalk/Kconfig" |
175 | source "net/x25/Kconfig" | 176 | source "net/x25/Kconfig" |
176 | source "net/lapb/Kconfig" | 177 | source "net/lapb/Kconfig" |
177 | |||
178 | config 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 | |||
204 | source "net/econet/Kconfig" | 178 | source "net/econet/Kconfig" |
205 | source "net/wanrouter/Kconfig" | 179 | source "net/wanrouter/Kconfig" |
206 | source "net/sched/Kconfig" | 180 | source "net/sched/Kconfig" |
@@ -249,8 +223,6 @@ source "net/ieee80211/Kconfig" | |||
249 | config WIRELESS_EXT | 223 | config WIRELESS_EXT |
250 | bool | 224 | bool |
251 | 225 | ||
252 | source "net/netlabel/Kconfig" | ||
253 | |||
254 | config FIB_RULES | 226 | config FIB_RULES |
255 | bool | 227 | bool |
256 | 228 | ||