diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-01-11 16:02:09 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-01-12 06:19:03 +0100 |
commit | 1536b7b2d00819615bf8eba194de7ccd20c3689f (patch) | |
tree | db70d357b7d286ff559ac851fc0d470826af0607 /test/fuzz | |
parent | Merge pull request #18204 from yuwata/wifi-util-fix-18059 (diff) | |
download | systemd-1536b7b2d00819615bf8eba194de7ccd20c3689f.tar.xz systemd-1536b7b2d00819615bf8eba194de7ccd20c3689f.zip |
network: introduce new UseAddress= setting in [DHCPv6] section
If it is disabled, then the addresses provided by the DHCPv6 server will
be ignored.
Closes #18203.
Diffstat (limited to 'test/fuzz')
-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 797d81cdf8..3024c65713 100644 --- a/test/fuzz/fuzz-network-parser/directives.network +++ b/test/fuzz/fuzz-network-parser/directives.network @@ -125,6 +125,7 @@ MUDURL= RouteMTUBytes= FallbackLeaseLifetimeSec= [DHCPv6] +UseAddress= UseNTP= UseDNS= RapidCommit= |