From c71551bbade61824f26067a5c4f53fe2437c4cfd Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 18 Mar 2020 09:53:26 +0100 Subject: ipv6_wait_tentative(): Fix error message Related: #1773798 --- sysconfig/network-scripts/network-functions-ipv6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1