[SEBA-226] Addis IpAddress and NasId to sadis response
Change-Id: I10dcbcd2be46aca0bbebf5c5af53cc1084517f97
diff --git a/sadisTypes.go b/sadisTypes.go
index 8de85e4..96ac92c 100644
--- a/sadisTypes.go
+++ b/sadisTypes.go
@@ -65,6 +65,8 @@
ID string `json:"id"`
HardwareID string `json:"hardwareIdentifier"`
Uplink int `json:"uplinkPort"`
+ IPAddress string `json:"ipAddress"`
+ NasID string `json:"nasId"`
}
/*
@@ -74,6 +76,7 @@
Uplink string `json:"uplink"`
Host string `json:"host"`
Port int `json:"port"`
+ NasID string `json:"nas_id"`
}
type oltDevices struct {