From 87aaa4e30a0e17a6e7a912ac8b27a96c720accba Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 14 May 2024 11:50:44 +0200 Subject: [PATCH] Revert "system-config-api: network: add alias 'iface' for interface name." This reverts commit a4de726601d7f003833e4c040b9fcebe5adc26b4. Turn out we do not need this. --- proxmox-system-config-api/src/network/api_types.rs | 1 - 1 file changed, 1 deletion(-) 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")]