diff --git a/net/nic.go b/net/nic.go index 108b3bb..4b14e05 100644 --- a/net/nic.go +++ b/net/nic.go @@ -14,4 +14,6 @@ type InterfaceAddress struct { MetaIPType *omm.MetaIPType `json:"metaIPType,omitempty"` Address string `json:"address,omitempty"` Netmask string `json:"netmask,omitempty"` + Network string `json:"network,omitempty"` + Gateway string `json:"gateway,omitempty"` }