summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-network.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-10-13 09:12:51 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-10-25 17:35:22 +0200
commitdf8bf726311ba00ef851ea9600f002860c9f713c (patch)
treeeace0f9443141d269632afadcb1ced84851762b9 /src/network/networkd-network.h
parentnetwork: dhcp6pd: move logic of acquiring subnet prefix into dhcp6_pd_assign_... (diff)
downloadsystemd-df8bf726311ba00ef851ea9600f002860c9f713c.tar.xz
systemd-df8bf726311ba00ef851ea9600f002860c9f713c.zip
network: dhcp6: rename variables
Diffstat (limited to 'src/network/networkd-network.h')
-rw-r--r--src/network/networkd-network.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/networkd-network.h b/src/network/networkd-network.h
index bea882019a..b23f70b356 100644
--- a/src/network/networkd-network.h
+++ b/src/network/networkd-network.h
@@ -183,11 +183,11 @@ struct Network {
bool dhcp6_iaid_set;
bool dhcp6_iaid_set_explicitly;
DUID dhcp6_duid;
- uint8_t dhcp6_pd_length;
+ uint8_t dhcp6_pd_prefix_length;
+ struct in6_addr dhcp6_pd_prefix_hint;
char *dhcp6_mudurl;
char **dhcp6_user_class;
char **dhcp6_vendor_class;
- struct in6_addr dhcp6_pd_address;
DHCP6ClientStartMode dhcp6_without_ra;
OrderedHashmap *dhcp6_client_send_options;
OrderedHashmap *dhcp6_client_send_vendor_options;