Browse Source

netfilter: Kconfig: TProxy doesn't depend on NF_CONNTRACK

Signed-off-by: Laszlo Attila Toth <panther@balabit.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Laszlo Attila Toth 16 năm trước cách đây
mục cha
commit
4b07066249
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      net/netfilter/Kconfig

+ 2 - 2
net/netfilter/Kconfig

@@ -275,6 +275,8 @@ config NF_CT_NETLINK
 	help
 	help
 	  This option enables support for a netlink-based userspace interface
 	  This option enables support for a netlink-based userspace interface
 
 
+endif # NF_CONNTRACK
+
 # transparent proxy support
 # transparent proxy support
 config NETFILTER_TPROXY
 config NETFILTER_TPROXY
 	tristate "Transparent proxying support (EXPERIMENTAL)"
 	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.
 	  To compile it as a module, choose M here.  If unsure, say N.
 
 
-endif # NF_CONNTRACK
-
 config NETFILTER_XTABLES
 config NETFILTER_XTABLES
 	tristate "Netfilter Xtables support (required for ip_tables)"
 	tristate "Netfilter Xtables support (required for ip_tables)"
 	default m if NETFILTER_ADVANCED=n
 	default m if NETFILTER_ADVANCED=n