diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-07 13:13:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 13:13:38 +0200 |
commit | 6e3a2d3ecacc70b27cc29fbf3e7f93494cdc97a4 (patch) | |
tree | 7e1d51e2924fcf496756b354a26d234a2802190e /docs | |
parent | 668deb2ff1cb918ec787e4c1de3a7c321b0def0b (diff) | |
parent | 3d02cfb5e05e14050f47ee446d3ed23d0948b90c (diff) | |
download | podman-6e3a2d3ecacc70b27cc29fbf3e7f93494cdc97a4.tar.gz podman-6e3a2d3ecacc70b27cc29fbf3e7f93494cdc97a4.tar.bz2 podman-6e3a2d3ecacc70b27cc29fbf3e7f93494cdc97a4.zip |
Merge pull request #11402 from Luap99/macvlan-doc
network create: add warning for deprecated macvlan flag
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-network-create.1.md | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/source/markdown/podman-network-create.1.md b/docs/source/markdown/podman-network-create.1.md index d110c4ceb..04290c188 100644 --- a/docs/source/markdown/podman-network-create.1.md +++ b/docs/source/markdown/podman-network-create.1.md @@ -25,7 +25,8 @@ resolution. #### **--driver**, **-d** -Driver to manage the network (default "bridge"). Currently only `bridge` is supported. +Driver to manage the network. Currently `bridge` and `macvlan` is supported. Defaults to `bridge`. +As rootless the `macvlan` driver has no access to the host network interfaces because rootless networking requires a separate network namespace. #### **--opt**=*option*, **-o** @@ -54,13 +55,6 @@ must be used with a *subnet* option. Set metadata for a network (e.g., --label mykey=value). -#### **--macvlan** - -*This option is being deprecated* - -Create a *Macvlan* based connection rather than a classic bridge. You must pass an interface name from the host for the -Macvlan connection. - #### **--subnet** The subnet in CIDR notation. |