diff --git a/net/nic.go b/net/nic.go index 1077481..b2afd80 100644 --- a/net/nic.go +++ b/net/nic.go @@ -5,9 +5,10 @@ import ( ) type Interface struct { - Iface string `json:"iface,omitempty"` - Mac string `json:"mac,omitempty"` - Addresses []*InterfaceAddress `json:"addresses,omitempty"` + Iface string `json:"iface,omitempty"` + FriendlyName string `json:"friendlyName,omitempty"` + Mac string `json:"mac,omitempty"` + Addresses []*InterfaceAddress `json:"addresses,omitempty"` } type InterfaceAddress struct {