summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-25 08:09:34 -0500
committerJeff Carr <[email protected]>2023-03-25 08:09:34 -0500
commit8e2f94c4acb623c70aaaf0178e2ba67a2f6e4ce9 (patch)
treeb64d64ecb015481c83dcbe5bb434f1d9e3a21dcc /structs.go
parent0b26e5f1ca6807a1bc3fc6c365d449c5f6a4a866 (diff)
add interfaces to the dropdown menu
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 24ab901..ebc73a6 100644
--- a/structs.go
+++ b/structs.go
@@ -27,6 +27,7 @@ type Host struct {
fqdn *gui.Node // display the full hostname
IPv4 *gui.Node // show valid IPv4 addresses
IPv6 *gui.Node // show valid IPv6 addresses
+ Interfaces *gui.Node // Interfaces
}
type IPtype struct {