firewall: fix some typos in docs
Signed-off-by: Bruce Ma <brucema19901024@gmail.com>
This commit is contained in:
parent
6eb8e31d21
commit
813f541d30
@ -28,7 +28,7 @@ The following network configuration file
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "firewall",
|
"type": "firewall"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -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
|
CNI-FORWARD will have a pair of rules added, one for each direction, using the IPAM assigned IP address
|
||||||
of the container as shown:
|
of the container as shown:
|
||||||
|
|
||||||
`CNI_FORWARD` chain:
|
`CNI-FORWARD` chain:
|
||||||
- `-s 10.88.0.2 -m conntrack --ctstate RELATED,ESTABLISHED -j CNI-FORWARD`
|
- `-s 10.88.0.2 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT`
|
||||||
- `-d 10.88.0.2 -j CNI-FORWARD`
|
- `-d 10.88.0.2 -j ACCEPT`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user