projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff4829
)
netfilter: Kconfig: TProxy doesn't depend on NF_CONNTRACK
author
Laszlo Attila Toth
<
[email protected]
>
Fri, 24 Apr 2009 14:55:25 +0000
(16:55 +0200)
committer
Patrick McHardy
<
[email protected]
>
Fri, 24 Apr 2009 14:55:25 +0000
(16:55 +0200)
Signed-off-by: Laszlo Attila Toth <
[email protected]
>
Signed-off-by: Patrick McHardy <
[email protected]
>
net/netfilter/Kconfig
patch
|
blob
|
history
diff --git
a/net/netfilter/Kconfig
b/net/netfilter/Kconfig
index 2329c5f5055195ddaf81f6286d5510dab7e2ee5f..881203c4a142738bbf6e090272f853c7999e389c 100644
(file)
--- a/
net/netfilter/Kconfig
+++ b/
net/netfilter/Kconfig
@@
-275,6
+275,8
@@
config NF_CT_NETLINK
help
This option enables support for a netlink-based userspace interface
+endif # NF_CONNTRACK
+
# transparent proxy support
config NETFILTER_TPROXY
tristate "Transparent proxying support (EXPERIMENTAL)"
@@
-290,8
+292,6
@@
config NETFILTER_TPROXY
To compile it as a module, choose M here. If unsure, say N.
-endif # NF_CONNTRACK
-
config NETFILTER_XTABLES
tristate "Netfilter Xtables support (required for ip_tables)"
default m if NETFILTER_ADVANCED=n