mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 02:29:11 +00:00
more code cleanup, to make it more clear and obvious re ipv4 and 6
This commit is contained in:
parent
716f02e5c9
commit
f9656d4d05
1 changed files with 1 additions and 0 deletions
1
inxi
1
inxi
|
@ -8093,6 +8093,7 @@ get_networking_local_ip_data()
|
||||||
gawk -v ipTool=$ip_tool -v bsdType=$BSD_TYPE '
|
gawk -v ipTool=$ip_tool -v bsdType=$BSD_TYPE '
|
||||||
BEGIN {
|
BEGIN {
|
||||||
IGNORECASE=1
|
IGNORECASE=1
|
||||||
|
addExtV6 = ""
|
||||||
addIpV6 = ""
|
addIpV6 = ""
|
||||||
interface=""
|
interface=""
|
||||||
ipExtV6=""
|
ipExtV6=""
|
||||||
|
|
Loading…
Add table
Reference in a new issue