Skip to content

Commit

Permalink
docs: Update kernel requirements for proxy
Browse files Browse the repository at this point in the history
Since we rely on the CT --notrack netfilter target, we require kernel
config CONFIG_NETFILTER_XT_TARGET_CT.

Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno authored and nathanjsweet committed Nov 4, 2021
1 parent f4c630f commit bc30198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/operations/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ configuration must include the following modules:
::

CONFIG_NETFILTER_XT_TARGET_TPROXY=m
CONFIG_NETFILTER_XT_TARGET_CT=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_SOCKET=m

Expand Down

0 comments on commit bc30198

Please sign in to comment.