From: Yu Watanabe Date: Tue, 16 Nov 2021 06:16:14 +0000 (+0900) Subject: network: address: explicitly mention that the address is localhost X-Git-Tag: v250-rc1~244^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21383%2Fhead;p=thirdparty%2Fsystemd.git network: address: explicitly mention that the address is localhost --- diff --git a/src/network/networkd-address.c b/src/network/networkd-address.c index e0f3bd3b1b0..a78ad6d93bf 100644 --- a/src/network/networkd-address.c +++ b/src/network/networkd-address.c @@ -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;