mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
33 lines
985 B
Plaintext
33 lines
985 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * virt/virtual_machines/virt-create-vms.adoc
|
|
// * virt/virtual_machines/vm_networking/virt-using-the-default-pod-network-with-virt.adoc
|
|
// * virt/virtual_machines/vm_networking/virt-attaching-vm-multiple-networks.adoc
|
|
// * virt/vm_templates/virt-creating-vm-template.adoc
|
|
|
|
[id="virt-networking-wizard-fields-web_{context}"]
|
|
= Networking fields
|
|
|
|
|===
|
|
|Name | Description
|
|
|
|
|Name
|
|
|Name for the network interface controller.
|
|
|
|
|Model
|
|
|Indicates the model of the network interface controller. Supported values are *e1000e* and *virtio*.
|
|
|
|
|Network
|
|
|List of available network attachment definitions.
|
|
|
|
|Type
|
|
a|List of available binding methods. Select the binding method suitable for the network interface:
|
|
|
|
* Default pod network: `masquerade`
|
|
* Linux bridge network: `bridge`
|
|
* SR-IOV network: `SR-IOV`
|
|
|
|
|MAC Address
|
|
|MAC address for the network interface controller. If a MAC address is not specified, one is assigned automatically.
|
|
|===
|