diff --git a/inxi b/inxi index 6da31c3..857372e 100755 --- a/inxi +++ b/inxi @@ -8205,8 +8205,13 @@ get_networking_local_ip_data() ifIpV6 = ifIpV6 "^" addIpV6 } } - if ( ipExtV6 != "" ){ - ipExtV6 = ipExtV6 "^" addExtV6 + if (addExtV6 != "" ) + if ( ipExtV6 == "" ){ + ipExtV6 = addExtV6 + } + else { + ipExtV6 = ipExtV6 "^" addExtV6 + } } } # slice off the digits that are sometimes tacked to the end of the address,