From 813f541d30dcd0024db009a968bae439c5a95c87 Mon Sep 17 00:00:00 2001 From: Bruce Ma Date: Wed, 22 Jul 2020 19:38:24 +0800 Subject: [PATCH] firewall: fix some typos in docs Signed-off-by: Bruce Ma --- plugins/meta/firewall/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/meta/firewall/README.md b/plugins/meta/firewall/README.md index f73a41213..e53c0155b 100644 --- a/plugins/meta/firewall/README.md +++ b/plugins/meta/firewall/README.md @@ -28,7 +28,7 @@ The following network configuration file } }, { - "type": "firewall", + "type": "firewall" } ] } @@ -72,7 +72,7 @@ look like: }, { "type": "firewall", - "backend": "firewalld" + "backend": "firewalld" } ] } @@ -111,7 +111,7 @@ look like: }, { "type": "firewall", - "backend": "iptables" + "backend": "iptables" } ] } @@ -129,7 +129,7 @@ when containers are created and from where rules will be removed when containers CNI-FORWARD will have a pair of rules added, one for each direction, using the IPAM assigned IP address of the container as shown: -`CNI_FORWARD` chain: -- `-s 10.88.0.2 -m conntrack --ctstate RELATED,ESTABLISHED -j CNI-FORWARD` -- `-d 10.88.0.2 -j CNI-FORWARD` +`CNI-FORWARD` chain: +- `-s 10.88.0.2 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT` +- `-d 10.88.0.2 -j ACCEPT`