Skip to content

Commit

Permalink
netfilter: Kconfig: TProxy doesn't depend on NF_CONNTRACK
Browse files Browse the repository at this point in the history
Signed-off-by: Laszlo Attila Toth <panther@balabit.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
  • Loading branch information
Laszlo Attila Toth authored and Patrick McHardy committed Apr 24, 2009
1 parent 5ff4829 commit 4b07066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand All @@ -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
Expand Down

0 comments on commit 4b07066

Please sign in to comment.