mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-16 06:05:33 +08:00
Update InstallNET.sh
This commit is contained in:
parent
91bb2f4b32
commit
8952f3a094
1 changed files with 1 additions and 1 deletions
|
@ -1467,7 +1467,7 @@ function collectAllIpv6Addresses() {
|
||||||
i6Addrs[${#i6Addrs[@]}]=$tmpIp6
|
i6Addrs[${#i6Addrs[@]}]=$tmpIp6
|
||||||
done
|
done
|
||||||
if [[ "$IPStackType" == "IPv6Stack" ]] || [[ "$IPStackType" == "BiStack" && -n "$interface4" && -n "$interface6" && "$interface4" != "$interface6" ]]; then
|
if [[ "$IPStackType" == "IPv6Stack" ]] || [[ "$IPStackType" == "BiStack" && -n "$interface4" && -n "$interface6" && "$interface4" != "$interface6" ]]; then
|
||||||
# A sample result of the following programmed "for" loops:
|
# A sample result of the following arrays which were programmed by "for" loops:
|
||||||
#
|
#
|
||||||
# ${i6Addrs[@]} : 2606:a8c0:3:6f::b/64 2606:a8c0:3:6f::a/64 2606:a8c0:3::64/128
|
# ${i6Addrs[@]} : 2606:a8c0:3:6f::b/64 2606:a8c0:3:6f::a/64 2606:a8c0:3::64/128
|
||||||
# ${allI6AddrsWithoutSuffix[@]} : 2606:a8c0:3:6f::b 2606:a8c0:3:6f::a 2606:a8c0:3::64
|
# ${allI6AddrsWithoutSuffix[@]} : 2606:a8c0:3:6f::b 2606:a8c0:3:6f::a 2606:a8c0:3::64
|
||||||
|
|
Loading…
Reference in a new issue