diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 14:57:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 14:57:51 -0600 |
| commit | b8991ccf586159044c6a17b87654f10860fd22cb (patch) | |
| tree | 4543581b5d1c82b8eeb81752e3c63e78321fd547 /linuxstatus/net.go | |
| parent | 73811178b515e35b5f13515a2c2130b8a300a870 (diff) | |
old window is nearly deprecated
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'linuxstatus/net.go')
| -rw-r--r-- | linuxstatus/net.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxstatus/net.go b/linuxstatus/net.go index d86aac5..89f6de0 100644 --- a/linuxstatus/net.go +++ b/linuxstatus/net.go @@ -103,7 +103,7 @@ func checkInterface(i net.Interface) { These are the real IP address you have been given from DHCP */ -func dhcpAAAA() []string { +func realAAAA() []string { var aaaa []string for s, t := range me.ipmap { |
