iface-friendlyName
This commit is contained in:
parent
364679d149
commit
b0986f8b30
|
@ -6,6 +6,7 @@ import (
|
||||||
|
|
||||||
type Interface struct {
|
type Interface struct {
|
||||||
Iface string `json:"iface,omitempty"`
|
Iface string `json:"iface,omitempty"`
|
||||||
|
FriendlyName string `json:"friendlyName,omitempty"`
|
||||||
Mac string `json:"mac,omitempty"`
|
Mac string `json:"mac,omitempty"`
|
||||||
Addresses []*InterfaceAddress `json:"addresses,omitempty"`
|
Addresses []*InterfaceAddress `json:"addresses,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user