diff options
Diffstat (limited to 'test/test-network/conf/14-match-udev-property.network')
-rw-r--r-- | test/test-network/conf/14-match-udev-property.network | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test-network/conf/14-match-udev-property.network b/test/test-network/conf/14-match-udev-property.network new file mode 100644 index 0000000..23b222a --- /dev/null +++ b/test/test-network/conf/14-match-udev-property.network @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +[Match] +Name=dummy98 +Property=INTERFACE=dummy98 + +[Network] +IPv6AcceptRA=false +Address=10.1.2.3/16 |