mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-06 10:00:37 +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
|
/// Network Interface configuration
|
||||||
pub struct Interface {
|
pub struct Interface {
|
||||||
/// Autostart interface
|
/// Autostart interface
|
||||||
#[serde(rename = "autostart")]
|
|
||||||
pub autostart: bool,
|
pub autostart: bool,
|
||||||
/// Interface is active (UP)
|
/// Interface is active (UP)
|
||||||
pub active: bool,
|
pub active: bool,
|
||||||
|
Loading…
Reference in New Issue
Block a user