mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-03 04:29:53 +00:00
system-config-api: cleanup: remove useless serde rename property
This commit is contained in:
parent
a4de726601
commit
c101194f5a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user