KVM-based microVMM for the Volt platform: - Sub-second VM boot times - Minimal memory footprint - Landlock LSM + seccomp security - Virtio device support - Custom kernel management Copyright (c) Armored Gates LLC. All rights reserved. Licensed under AGPSL v5.0
15 lines
336 B
SYSTEMD
15 lines
336 B
SYSTEMD
# Template for TAP device attachment to bridge
|
|
# Used with systemd template instances: nova-tap@vm123.network
|
|
#
|
|
# This is auto-generated per-VM, showing the template
|
|
|
|
[Match]
|
|
Name=%i
|
|
|
|
[Network]
|
|
# Attach to the Volt bridge
|
|
Bridge=nova0
|
|
|
|
# No IP on the TAP itself (VM gets IP via DHCP or static)
|
|
# The TAP is just a L2 pipe to the bridge
|