Fix expected results for nftablesdoc tests

Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
Rob Murray
2025-07-11 15:32:52 +01:00
parent 2837112c8e
commit adad33b30e
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ The rules are:
with the same hook._
- accept packets originating within the network, because inter-container
communication (ICC) is enabled.
- drop any other packets, because no there are no containers in the network
- drop any other packets, because there are no containers in the network
with published ports. _This means there is no dependency on the filter-FORWARD
chain's default policy. Even if it is ACCEPT, packets will be dropped unless
container ports/protocols are published._

View File

@@ -9,7 +9,7 @@ Adding a network running a container with a mapped port, equivalent to:
The `ip docker-bridges` table is updated as follows:
table ip docker-bridges {
table ip docker-bridges {
map filter-forward-in-jumps {
type ifname : verdict
elements = { "docker0" : jump filter-forward-in__docker0,