https://github.com/torvalds/linux
Revision 23715275e4fb6f64358a499d20928a9e93819f2f authored by Konstantin Khlebnikov on 11 December 2017, 15:19:33 UTC, committed by Pablo Neira Ayuso on 11 December 2017, 16:04:50 UTC
After commit 4d3a57f23dec ("netfilter: conntrack: do not enable connection
tracking unless needed") conntrack is disabled by default unless some
module explicitly declares dependency in particular network namespace.

Fixes: a357b3f80bc8 ("netfilter: nat: add dependencies on conntrack module")
Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
1 parent f5b5702
Raw File
Tip revision: 23715275e4fb6f64358a499d20928a9e93819f2f authored by Konstantin Khlebnikov on 11 December 2017, 15:19:33 UTC
netfilter: ip6t_MASQUERADE: add dependency on conntrack module
Tip revision: 2371527
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top