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:
17
networking/systemd/90-volt-veth.link
Normal file
17
networking/systemd/90-volt-veth.link
Normal file
@@ -0,0 +1,17 @@
|
||||
# Link configuration for Volt/Voltainer veth devices
|
||||
# Ensures consistent naming and settings for container veths
|
||||
#
|
||||
# Install: cp 90-volt-vmm-veth.link /etc/systemd/network/
|
||||
|
||||
[Match]
|
||||
# Match veth host-side devices
|
||||
# Pattern: veth-<container-id> or nova-veth-<id>
|
||||
OriginalName=veth-* nova-veth-*
|
||||
Driver=veth
|
||||
|
||||
[Link]
|
||||
# Don't rename
|
||||
NamePolicy=keep
|
||||
|
||||
# MTU
|
||||
MTUBytes=1500
|
||||
Reference in New Issue
Block a user