diff --git a/proxmox-system-config-api/src/network/api_types.rs b/proxmox-system-config-api/src/network/api_types.rs index 046df22c..54a51569 100644 --- a/proxmox-system-config-api/src/network/api_types.rs +++ b/proxmox-system-config-api/src/network/api_types.rs @@ -267,7 +267,6 @@ pub const NETWORK_INTERFACE_LIST_SCHEMA: Schema = /// Network Interface configuration pub struct Interface { /// Autostart interface - #[serde(rename = "autostart")] pub autostart: bool, /// Interface is active (UP) pub active: bool,