diff options
author | Vinnie Magro <v@vinn.ie> | 2021-01-29 01:24:34 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-02-11 05:30:04 +0100 |
commit | f963f8953daeab03b892616ce0c65f7572932187 (patch) | |
tree | 61a1e2af6658b8d58fc4f2d7583d1c231255e5a9 /test/fuzz/fuzz-network-parser/directives.network | |
parent | Merge pull request #17823 from poettering/resolved-just-bypass (diff) | |
download | systemd-f963f8953daeab03b892616ce0c65f7572932187.tar.xz systemd-f963f8953daeab03b892616ce0c65f7572932187.zip |
networkd: add UseFQDN option for DHCPv6
Similar to DHCPv4's UseHostname option, add a UseFQDN config option in
[DHCPv6] to set the system's transient hostname if the FQDN option is
set in the DHCPv6 response from the server.
Diffstat (limited to '')
-rw-r--r-- | test/fuzz/fuzz-network-parser/directives.network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-network-parser/directives.network b/test/fuzz/fuzz-network-parser/directives.network index 1c4f338ad0..51dd56ade9 100644 --- a/test/fuzz/fuzz-network-parser/directives.network +++ b/test/fuzz/fuzz-network-parser/directives.network @@ -127,6 +127,7 @@ FallbackLeaseLifetimeSec= UseAddress= UseNTP= UseDNS= +UseFQDN= RapidCommit= ForceDHCPv6PDOtherInformation= PrefixDelegationHint= |