forked from autotest/virt-test
-
Notifications
You must be signed in to change notification settings - Fork 0
CartesianConfigReference KVM nic_mode
Lucas Meneghel Rodrigues edited this page Sep 25, 2012
·
1 revision
Configures the mode of a Network Interface Card.
Suitable values for this configuration item are either user or tap.
User mode networking is the default on QEMU, but Tap mode is the current default in Autotest:
nic_mode = tap
When nic_mode is set to Tap you should also set a bridge.
- client/tests/kvm/base.cfg.sample
- client/tests/kvm/subtests.cfg.sample
- client/tests/kvm/migration_control.srv
No other documentation currently references this configuration key.