summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnders F Björklund <anders.f.bjorklund@gmail.com>2020-11-26 17:38:38 +0100
committerAnders F Björklund <anders.f.bjorklund@gmail.com>2020-12-01 22:33:16 +0100
commit7f1be76b5c388efe34cb658fb8eebb2bcec2a004 (patch)
treebdee234db45a815650b2f5ef8d2d849b1e23dca5 /docs
parentb1b35707aae57d299933f029eb0adc0a9000f97f (diff)
downloadpodman-7f1be76b5c388efe34cb658fb8eebb2bcec2a004.tar.gz
podman-7f1be76b5c388efe34cb658fb8eebb2bcec2a004.tar.bz2
podman-7f1be76b5c388efe34cb658fb8eebb2bcec2a004.zip
Add podman network create option for bridge vlan
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Diffstat (limited to 'docs')
-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 235bf9a6c..16e4e3bdb 100644
--- a/docs/source/markdown/podman-network-create.1.md
+++ b/docs/source/markdown/podman-network-create.1.md
@@ -30,8 +30,9 @@ Driver to manage the network (default "bridge"). Currently only `bridge` is sup
Set driver specific options.
-For the `bridge` driver the following options are supported: `mtu`.
+For the `bridge` driver the following options are supported: `mtu` and `vlan`.
The `mtu` option sets the Maximum Transmission Unit (MTU) and takes an integer value.
+The `vlan` option assign VLAN tag and enables vlan\_filtering. Defaults to none.
#### **--gateway**