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:
14
networking/systemd/volt-veth@.network
Normal file
14
networking/systemd/volt-veth@.network
Normal file
@@ -0,0 +1,14 @@
|
||||
# Template for veth host-side attachment to bridge
|
||||
# Used with systemd template instances: nova-veth@container123.network
|
||||
#
|
||||
# This is auto-generated per-container, showing the template
|
||||
|
||||
[Match]
|
||||
Name=%i
|
||||
|
||||
[Network]
|
||||
# Attach to the Volt bridge
|
||||
Bridge=nova0
|
||||
|
||||
# No IP on the host-side veth
|
||||
# Container side gets IP via DHCP or static in its namespace
|
||||
Reference in New Issue
Block a user