summaryrefslogtreecommitdiff
path: root/src/network/networkd-ndisc.c
diff options
context:
space:
mode:
authorSebastian Pucilowski <smopucilowski@gmail.com>2022-03-31 16:31:28 +1100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-03-31 12:08:29 +0200
commitf81ac115dc1b2688756ffc78599ce98f31c57195 (patch)
treead91684d21146a74d4bd436fe32a4c52e07f554f /src/network/networkd-ndisc.c
parentb2e7ded16b16181767822d471d214cd8eba3c2d5 (diff)
downloadsystemd-f81ac115dc1b2688756ffc78599ce98f31c57195.tar.gz
Fix "link-local" language inconsistencies
"Link-local" and "link local" are used throughout man pages and program output, with the former used far more than the latter. This commit makes it consistent throughout the project.
Diffstat (limited to 'src/network/networkd-ndisc.c')
-rw-r--r--src/network/networkd-ndisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-ndisc.c b/src/network/networkd-ndisc.c
index 3078f82a44..8bb4477a2f 100644
--- a/src/network/networkd-ndisc.c
+++ b/src/network/networkd-ndisc.c
@@ -59,7 +59,7 @@ void network_adjust_ipv6_accept_ra(Network *network) {
if (!FLAGS_SET(network->link_local, ADDRESS_FAMILY_IPV6)) {
if (network->ipv6_accept_ra > 0)
- log_warning("%s: IPv6AcceptRA= is enabled but IPv6 link local addressing is disabled or not supported. "
+ log_warning("%s: IPv6AcceptRA= is enabled but IPv6 link-local addressing is disabled or not supported. "
"Disabling IPv6AcceptRA=.", network->filename);
network->ipv6_accept_ra = false;
}