mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-11 20:50:17 +00:00
Interface: add missing serde skip_serializing_if to bond_xmit_hash_policy
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
9404f0ff9f
commit
235cde7f03
@ -295,6 +295,7 @@ pub struct Interface {
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
#[serde(rename = "bond-primary")]
|
||||
pub bond_primary: Option<String>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub bond_xmit_hash_policy: Option<BondXmitHashPolicy>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user