diff options
Diffstat (limited to 'test/test-network/conf/dhcp-client-with-ipv4ll-without-dhcp-server.network')
-rw-r--r-- | test/test-network/conf/dhcp-client-with-ipv4ll-without-dhcp-server.network | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test-network/conf/dhcp-client-with-ipv4ll-without-dhcp-server.network b/test/test-network/conf/dhcp-client-with-ipv4ll-without-dhcp-server.network new file mode 100644 index 0000000000..2723e0a273 --- /dev/null +++ b/test/test-network/conf/dhcp-client-with-ipv4ll-without-dhcp-server.network @@ -0,0 +1,10 @@ +[Match] +Name=veth99 + +[Network] +DHCP=ipv4 +LinkLocalAddressing=yes +IPv6AcceptRA=no + +[DHCPv4] +MaxAttempts=1 |