diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-11-10 19:30:00 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-11-10 19:57:59 +0100 |
commit | 1805e2cb05f634903ff81ba71f1cbab32c7581c6 (patch) | |
tree | 8a59c62ad683052d1d6c502e483153e08bc7ef9a /test/test-network/conf/25-dhcp6pd-upstream.network.d | |
parent | network/dhcp6: skip to check existence of DHCPv6 address when UseAddress=no (diff) | |
download | systemd-1805e2cb05f634903ff81ba71f1cbab32c7581c6.tar.xz systemd-1805e2cb05f634903ff81ba71f1cbab32c7581c6.zip |
test-network: add test case for issue #29979
Diffstat (limited to 'test/test-network/conf/25-dhcp6pd-upstream.network.d')
-rw-r--r-- | test/test-network/conf/25-dhcp6pd-upstream.network.d/with-address.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test-network/conf/25-dhcp6pd-upstream.network.d/with-address.conf b/test/test-network/conf/25-dhcp6pd-upstream.network.d/with-address.conf new file mode 100644 index 0000000000..451475509d --- /dev/null +++ b/test/test-network/conf/25-dhcp6pd-upstream.network.d/with-address.conf @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +[DHCPv6] +UseAddress=yes + +[DHCPPrefixDelegation] +Assign=yes |