mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-03 00:04:40 +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)
|
||||
pub active: bool,
|
||||
/// Interface name
|
||||
#[serde(alias = "iface")]
|
||||
pub name: String,
|
||||
/// Interface type
|
||||
#[serde(rename = "type")]
|
||||
|
Loading…
Reference in New Issue
Block a user