summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-10-14 19:10:49 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-10-27 00:33:44 +0900
commit0e45721e3d558eec0a08367a739d660615604aab (patch)
tree42308992f5cd679dd38295564a7061b2387ac88e /src/network/networkd-network.h
parentfac19a21cf1de0805352390378ab9844daa16862 (diff)
downloadsystemd-0e45721e3d558eec0a08367a739d660615604aab.tar.gz
network: dhcp6: make UplinkInterface=:self imply WithoutRA=solicit
Diffstat (limited to 'src/network/networkd-network.h')
-rw-r--r--src/network/networkd-network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-network.h b/src/network/networkd-network.h
index f8d62fee6c..d10119f58c 100644
--- a/src/network/networkd-network.h
+++ b/src/network/networkd-network.h
@@ -185,7 +185,7 @@ struct Network {
char *dhcp6_mudurl;
char **dhcp6_user_class;
char **dhcp6_vendor_class;
- DHCP6ClientStartMode dhcp6_without_ra;
+ DHCP6ClientStartMode dhcp6_client_start_mode;
OrderedHashmap *dhcp6_client_send_options;
OrderedHashmap *dhcp6_client_send_vendor_options;
Set *dhcp6_request_options;