We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de92515 + 9f57c2c commit 07a53b3Copy full SHA for 07a53b3
1 file changed
vmm/src/config.rs
@@ -391,6 +391,7 @@ pub struct Networking {
391
pub bridge: String,
392
393
/// Enable userspace port forwarding for bridge-mode VMs.
394
+ #[serde(default)]
395
pub forward_service_enabled: bool,
396
397
// ── MAC prefix ─────────────────────────────────────────────────
0 commit comments