]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: set missing prefixlen 11569/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 28 Jan 2019 14:47:25 +0000 (15:47 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Jan 2019 06:36:35 +0000 (07:36 +0100)
test/test-network/conf/24-search-domain.network
test/test-network/conf/dhcp-server-veth-peer.network
test/test-network/conf/dhcp-v4-server-veth-peer.network

index 970b130ab00b2e2ec71faf91ef654add5a404ebe..124af438a3dd9747de84db37d8c52abdbe5f01b4 100644 (file)
@@ -2,6 +2,6 @@
 Name=dummy98
 
 [Network]
-Address=192.168.42.100
+Address=192.168.42.100/24
 DNS=192.168.42.1
 Domains= one two three four five six seven eight nine ten
index 7b38e72b7e970672469d8587a2b50806fc8c69e7..33d8be3964becb2b3c1e0ef375979ecb346e1281 100644 (file)
@@ -2,5 +2,5 @@
 Name=veth-peer
 
 [Network]
-Address=2600::1
+Address=2600::1/0
 Address=192.168.5.1/24
index 5c91d654329a7870c70f57dc8f94c467d0b037f2..3dfc5290ad35fc2ad221c208ba54839c7f621bbb 100644 (file)
@@ -2,5 +2,5 @@
 Name=veth-peer
 
 [Network]
-Address=192.168.0.1
-Address=192.168.5.1
+Address=192.168.0.1/24
+Address=192.168.5.1/24