diff options
| author | Michael Biebl <biebl@debian.org> | 2025-02-28 17:38:21 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-02-28 17:38:21 +0100 |
| commit | 625e8ce60e826bde943487b8238884a9232e4562 (patch) | |
| tree | 4c1f0f88c466c69c27fc9ffbe787cc7d0964d630 /src/nm-cloud-setup/nmcs-provider.h | |
| parent | 8bdf070ff046f482f6eb5e2b15ebc216f5d1e3da (diff) | |
New upstream version 1.52.0 upstream/1.52.0
Diffstat (limited to 'src/nm-cloud-setup/nmcs-provider.h')
| -rw-r--r-- | src/nm-cloud-setup/nmcs-provider.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |