diff --git a/proxmox-system-config-api/src/network/api_types.rs b/proxmox-system-config-api/src/network/api_types.rs index 34d0840c..046df22c 100644 --- a/proxmox-system-config-api/src/network/api_types.rs +++ b/proxmox-system-config-api/src/network/api_types.rs @@ -272,6 +272,7 @@ pub struct Interface { /// Interface is active (UP) pub active: bool, /// Interface name + #[serde(alias = "iface")] pub name: String, /// Interface type #[serde(rename = "type")]