Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Laszlo Attila Toth and committed by
Patrick McHardy
4b070662 5ff48294

+2 -2
+2 -2
net/netfilter/Kconfig
··· 275 275 help 276 276 This option enables support for a netlink-based userspace interface 277 277 278 + endif # NF_CONNTRACK 279 + 278 280 # transparent proxy support 279 281 config NETFILTER_TPROXY 280 282 tristate "Transparent proxying support (EXPERIMENTAL)" ··· 291 289 see Documentation/networking/tproxy.txt. 292 290 293 291 To compile it as a module, choose M here. If unsure, say N. 294 - 295 - endif # NF_CONNTRACK 296 292 297 293 config NETFILTER_XTABLES 298 294 tristate "Netfilter Xtables support (required for ip_tables)"