From 6bc51ebe721a6d9b65c938b085bb59844e8fbbcd Mon Sep 17 00:00:00 2001 From: hashlash <23237214+hashlash@users.noreply.github.com> Date: Fri, 26 Dec 2025 09:18:06 +0700 Subject: [PATCH] Fix typo in Docker IP forwarding documentation Corrected a typo in the Docker section regarding IP forwarding settings. --- content/manuals/engine/network/packet-filtering-firewalls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/network/packet-filtering-firewalls.md b/content/manuals/engine/network/packet-filtering-firewalls.md index ec7ae893add2..dfeabeedf116 100644 --- a/content/manuals/engine/network/packet-filtering-firewalls.md +++ b/content/manuals/engine/network/packet-filtering-firewalls.md @@ -39,7 +39,7 @@ iptables or nftables is used. See On Linux, Docker needs "IP Forwarding" enabled on the host. So, it enables the `sysctl` settings `net.ipv4.ip_forward` and `net.ipv6.conf.all.forwarding` -it they are not already enabled when it starts. When it does that, it also +if they are not already enabled when it starts. When it does that, it also configures the firewall to drop forwarded packets unless they are explicitly accepted.