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 | 5dee2af78434191a27987acfb02902a11f81067c (patch) | |
| tree | 43e9877f72f3a575c68c3e6648ab4928ecf511cb /linuxstatus/net.go | |
| parent | ba3d5a3cb24429692a1d799e73a9d53cc798212e (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 { |
