commit | 5234b13c3fe854d89b26b1c9d30f35e21e874e52 | [log] [tgz] |
---|---|---|
author | donNewtonAlpha <dn8474@att.com> | Thu Aug 16 14:12:28 2018 -0400 |
committer | donNewtonAlpha <dn8474@att.com> | Thu Aug 16 14:12:28 2018 -0400 |
tree | 39e43b2450e97c9fe13d3bbdaa492a5198f555f9 | |
parent | 4c0abcdd45fee1c42fdb6ec37c5d6d8b6ec7ba23 [diff] [blame] |
Implemented the provision / activate ont workflow Change-Id: Ife684f41e54e176879332922ad86f517358f15e7
diff --git a/models/physical/olt.go b/models/physical/olt.go index 3c2094d..beffec8 100644 --- a/models/physical/olt.go +++ b/models/physical/olt.go
@@ -41,6 +41,7 @@ Address net.TCPAddr Number int Ports []PONPort + Active bool Parent *Chassis `json:"-"` DataSwitchPort int }