We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d689ce commit 0bd4531Copy full SHA for 0bd4531
devolutions-gateway/src/api/net.rs
@@ -218,6 +218,7 @@ pub async fn get_net_config(_token: crate::extract::NetScanToken) -> Result<Json
218
#[derive(Debug, Clone, Serialize)]
219
pub struct NetworkInterface {
220
pub name: String,
221
+ #[serde(rename = "addresses")]
222
pub addrs: Vec<Addr>,
223
#[serde(skip_serializing_if = "Option::is_none")]
224
pub mac_addr: Option<String>,
0 commit comments