vmm: Add support for multiple virtio-net devices
Until now, the VMM was only accepting a single instance of virtio-net device. This commit extends the virtio-net support by allowing several devices to be created for a single VM. Fixes #71 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
a2947f9a9f
commit
f0a76ad424
4 changed files with 103 additions and 42 deletions
|
|
@ -10,7 +10,7 @@ write_files:
|
|||
permissions: 0644
|
||||
content: |
|
||||
[Match]
|
||||
Name=en*
|
||||
MACAddress=12:34:56:78:90:ab
|
||||
|
||||
[Network]
|
||||
Address=192.168.2.2/24
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue