We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3151b0 + 5b60355 commit f8e87e8Copy full SHA for f8e87e8
1 file changed
docs/source/markdown/podman-network-create.1.md
@@ -9,7 +9,7 @@ podman\-network-create - Create a Podman network
9
## DESCRIPTION
10
Create a network configuration for use with Podman. By default, Podman creates a bridge connection.
11
A *Macvlan* connection can be created with the *-d macvlan* option. A parent device for macvlan or
12
-ipvlan can be designated with the *-o parent=`<device>`* or *--network-interface=`<device>`* option.
+ipvlan can be designated with the *-o parent=`<device>`* or *--interface-name=`<device>`* option.
13
14
If no options are provided, Podman assigns a free subnet and name for the network.
15
0 commit comments