From 625e8ce60e826bde943487b8238884a9232e4562 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 28 Feb 2025 17:38:21 +0100 Subject: New upstream version 1.52.0 --- src/nm-cloud-setup/nmcs-provider.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/nm-cloud-setup/nmcs-provider.h') diff --git a/src/nm-cloud-setup/nmcs-provider.h b/src/nm-cloud-setup/nmcs-provider.h index 98e50ea3..95a591c6 100644 --- a/src/nm-cloud-setup/nmcs-provider.h +++ b/src/nm-cloud-setup/nmcs-provider.h @@ -17,6 +17,8 @@ typedef struct { * dictionary. */ const char *hwaddr; + struct _NMCSProvider *provider; + struct _NMCSProviderGetConfigTaskData *get_config_data; in_addr_t *ipv4s_arr; @@ -51,6 +53,10 @@ typedef struct { bool has_primary_ip_address : 1; bool ipv4s_arr_ordered : 1; } aliyun; + struct { + guint32 vlan_tag; /* 0 if no VLAN is needed */ + const char *parent_hwaddr; + } oci; } priv; } NMCSProviderGetConfigIfaceData; -- cgit 1.3.0-6-gf8a5