1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

test-network: set missing prefixlen

This commit is contained in:
Yu Watanabe 2019-01-28 15:47:25 +01:00
parent 0f707207b9
commit 0b5245a2ee
3 changed files with 4 additions and 4 deletions

View 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

View File

@ -2,5 +2,5 @@
Name=veth-peer
[Network]
Address=2600::1
Address=2600::1/0
Address=192.168.5.1/24

View 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