aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2020-03-18 09:53:26 +0100
committerGitHub <noreply@github.com>2020-03-18 09:53:26 +0100
commitc71551bbade61824f26067a5c4f53fe2437c4cfd (patch)
treedc8fcd960c4872c637de71aaaff1eabb2eb420f1
parentfa183bdc40f180d64e9a5b94ff0e77f13d712bdf (diff)
downloadinitscripts-c71551bbade61824f26067a5c4f53fe2437c4cfd.tar
initscripts-c71551bbade61824f26067a5c4f53fe2437c4cfd.tar.gz
initscripts-c71551bbade61824f26067a5c4f53fe2437c4cfd.tar.bz2
initscripts-c71551bbade61824f26067a5c4f53fe2437c4cfd.tar.xz
initscripts-c71551bbade61824f26067a5c4f53fe2437c4cfd.zip
ipv6_wait_tentative(): Fix error message
Related: #1773798
-rw-r--r--sysconfig/network-scripts/network-functions-ipv62
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/network-functions-ipv6 b/sysconfig/network-scripts/network-functions-ipv6
index cb8b0aeb..496b6202 100644
--- a/sysconfig/network-scripts/network-functions-ipv6
+++ b/sysconfig/network-scripts/network-functions-ipv6
@@ -1077,7 +1077,7 @@ ipv6_wait_tentative() {
if [ -n "$ip_output" ]; then
net_log $"Some IPv6 address(es) of ${device} remain still in 'tentative' state" warning $fn
- net_log $"Run 'ip -6 addr show dev ${device} scope global tentative' to see more" warning $fn
+ net_log $"Run 'ip -6 addr show dev ${device} tentative' to see more" warning $fn
fi
return 0