https://github.com/torvalds/linux
Revision 475959d4773e53a2700e523dd30acebbd47556a5 authored by Jan Engelhardt on 09 April 2008, 22:14:58 UTC, committed by David S. Miller on 09 April 2008, 22:14:58 UTC
Without this patch, the generic L3 tracker would kick in
if nf_conntrack_ipv4 was not loaded before nf_nat, which
would lead to translation problems with ICMP errors.

NAT does not make sense without IPv4 connection tracking
anyway, so just add a call to need_ipv4_conntrack().

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 1b9b70e
History
Tip revision: 475959d4773e53a2700e523dd30acebbd47556a5 authored by Jan Engelhardt on 09 April 2008, 22:14:58 UTC
[NETFILTER]: nf_nat: autoload IPv4 connection tracking
Tip revision: 475959d
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 644 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.4 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 94.9 KB
Makefile -rw-r--r-- 52.8 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top