Volt VMM (Neutron Stardust): source-available under AGPSL v5.0
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
This commit is contained in:
25
networking/systemd/90-volt-tap.link
Normal file
25
networking/systemd/90-volt-tap.link
Normal file
@@ -0,0 +1,25 @@
|
||||
# Link configuration for Volt TAP devices
|
||||
# Ensures consistent naming and settings for VM TAPs
|
||||
#
|
||||
# Install: cp 90-volt-vmm-tap.link /etc/systemd/network/
|
||||
|
||||
[Match]
|
||||
# Match TAP devices created by Volt
|
||||
# Pattern: tap-<vm-id> or nova-tap-<vm-id>
|
||||
OriginalName=tap-* nova-tap-*
|
||||
Driver=tun
|
||||
|
||||
[Link]
|
||||
# Don't rename these devices (we name them explicitly)
|
||||
NamePolicy=keep
|
||||
|
||||
# Enable multiqueue for better performance
|
||||
# (requires TUN_MULTI_QUEUE at creation time)
|
||||
# TransmitQueues=4
|
||||
# ReceiveQueues=4
|
||||
|
||||
# MTU (match bridge MTU)
|
||||
MTUBytes=1500
|
||||
|
||||
# Disable wake-on-lan (not applicable)
|
||||
WakeOnLan=off
|
||||
Reference in New Issue
Block a user