]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: add tests for invalid [IPv6AddressLabel] section
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 27 Oct 2021 16:40:19 +0000 (01:40 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 27 Oct 2021 16:40:19 +0000 (01:40 +0900)
test/test-network/conf/25-ipv6-address-label-section.network

index 1e3f47b567b719687ee42f1ebec82b0886af61a1..89a5c2a6bcdd125ef43f1b1bfcc040e5006881d8 100644 (file)
@@ -8,3 +8,27 @@ IPv6AcceptRA=no
 [IPv6AddressLabel]
 Label=4444
 Prefix=2004:da8:1:0::/64
+
+# invalid sections
+[IPv6AddressLabel]
+# No Label=
+Prefix=2004:da8:1:1::/64
+
+[IPv6AddressLabel]
+# No Prefix=
+Label=4445
+
+[IPv6AddressLabel]
+# Invalid label
+Label=0xffffffff
+Prefix=2004:da8:1:2::/64
+
+[IPv6AddressLabel]
+# IPv4 mapped prefix
+Label=4446
+Prefix=::ffff:c0a8:0/120
+
+[IPv6AddressLabel]
+# Invalid prefix
+Label=4447
+Prefix=192.168.1.0/24