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:
Dietmar Maurer 2024-05-14 11:50:44 +02:00
parent 26c7a591eb
commit 87aaa4e30a

View File

@ -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")]