]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: address: explicitly mention that the address is localhost 21383/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 16 Nov 2021 06:16:14 +0000 (15:16 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 16 Nov 2021 07:01:18 +0000 (16:01 +0900)
src/network/networkd-address.c

index e0f3bd3b1b023c107fea4340328152017017fa35..a78ad6d93bf3ec3ac05561ffb1098654c643fb8a 100644 (file)
@@ -1918,8 +1918,8 @@ static int address_section_verify(Address *address) {
 
                 if (address->scope_set && address->scope != RT_SCOPE_HOST)
                         log_warning_errno(SYNTHETIC_ERRNO(EINVAL),
-                                          "%s: non-host scope is set in the [Address] section from line %u. "
-                                          "Ignoring Scope= setting.",
+                                          "%s: non-host scope is set for localhost address. "
+                                          "Ignoring Scope= setting in the [Address] section from line %u. ",
                                           address->section->filename, address->section->line);
 
                 address->scope = RT_SCOPE_HOST;