diff options
| author | Michael Biebl <biebl@debian.org> | 2025-02-28 17:38:27 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-02-28 17:38:27 +0100 |
| commit | 9685be6ccea0ce642656fae43963fdd2a0b910a5 (patch) | |
| tree | 5e4ac7639446e83a681429758732c4144d04f9a6 /src/nm-cloud-setup/nmcs-provider.h | |
| parent | 38da8d26340307e811b3e09c6a6adf278cd5a792 (diff) | |
| parent | 625e8ce60e826bde943487b8238884a9232e4562 (diff) | |
Update upstream source from tag 'upstream/1.52.0'
Update to upstream version '1.52.0' with Debian dir f67ffc37a3e729d7b0a68693e9272295f6648094
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; |