aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-07-20 19:43:19 +0200
committerGitHub <noreply@github.com>2022-07-20 19:43:19 +0200
commitdd74ef4f582057280085c91349032886e0665215 (patch)
treefb0e0eac0ac16d004ff8972c1c527c512b59a854 /docs/source/markdown
parentabfdd4b00cdd754c8b0745fa0921d12796029586 (diff)
parent5763217296dad9f25d90668eac62214f21c8ae50 (diff)
downloadpodman-dd74ef4f582057280085c91349032886e0665215.tar.gz
podman-dd74ef4f582057280085c91349032886e0665215.tar.bz2
podman-dd74ef4f582057280085c91349032886e0665215.zip
Merge pull request #14958 from cdoern/network
[CI:DOCS] document isolate option for network create
Diffstat (limited to 'docs/source/markdown')
-rw-r--r--docs/source/markdown/podman-network-create.1.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-network-create.1.md b/docs/source/markdown/podman-network-create.1.md
index 3587ac2a8..0ccc540f8 100644
--- a/docs/source/markdown/podman-network-create.1.md
+++ b/docs/source/markdown/podman-network-create.1.md
@@ -73,8 +73,9 @@ Set driver specific options.
All drivers accept the `mtu` option. The `mtu` option sets the Maximum Transmission Unit (MTU) and takes an integer value.
-Additionally the `bridge` driver supports the following option:
+Additionally the `bridge` driver supports the following options:
- `vlan`: This option assign VLAN tag and enables vlan\_filtering. Defaults to none.
+- `isolate`: This option isolates networks by blocking traffic between those that have this option enabled.
The `macvlan` and `ipvlan` driver support the following options:
- `parent`: The host device which should be used for the macvlan interface. Defaults to the default route interface.