fix(host_network): retrieve proper hostname and next available bond id

This commit is contained in:
2025-11-04 13:38:28 -05:00
parent c80ede706b
commit adc14c052d
5 changed files with 356 additions and 55 deletions

View File

@@ -9,7 +9,7 @@ pub struct Interface {
pub physical_interface_name: String,
pub descr: Option<MaybeString>,
pub mtu: Option<MaybeString>,
pub enable: MaybeString,
pub enable: Option<MaybeString>,
pub lock: Option<MaybeString>,
#[yaserde(rename = "spoofmac")]
pub spoof_mac: Option<MaybeString>,