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