Skip to content

Commit 07a53b3

Browse files
authored
Merge pull request #588 from Dstack-TEE/vmm/forward-servide-default
vmm: Set forward_service_enabled default to false
2 parents de92515 + 9f57c2c commit 07a53b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vmm/src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ pub struct Networking {
391391
pub bridge: String,
392392

393393
/// Enable userspace port forwarding for bridge-mode VMs.
394+
#[serde(default)]
394395
pub forward_service_enabled: bool,
395396

396397
// ── MAC prefix ─────────────────────────────────────────────────

0 commit comments

Comments
 (0)