mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-06 06:02:36 +00:00
Revert "system-config-api: network: add alias 'iface' for interface name."
This reverts commit a4de726601
.
Turn out we do not need this.
This commit is contained in:
parent
26c7a591eb
commit
87aaa4e30a
@ -271,7 +271,6 @@ pub struct Interface {
|
|||||||
/// Interface is active (UP)
|
/// Interface is active (UP)
|
||||||
pub active: bool,
|
pub active: bool,
|
||||||
/// Interface name
|
/// Interface name
|
||||||
#[serde(alias = "iface")]
|
|
||||||
pub name: String,
|
pub name: String,
|
||||||
/// Interface type
|
/// Interface type
|
||||||
#[serde(rename = "type")]
|
#[serde(rename = "type")]
|
||||||
|
Loading…
Reference in New Issue
Block a user