mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
33 lines
887 B
Plaintext
33 lines
887 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * virt/virtual_machines/creating_vm/virt-creating-vms-from-templates.adoc
|
|
// * virt/vm_networking/virt-connecting-vm-to-linux-bridge.adoc
|
|
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[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.
|
|
|===
|