commit | 2807c54c33b2ab7d8c9bca58932c212317ffec9f | [log] [tgz] |
---|---|---|
author | Keita NISHIMOTO <nishimoto@opennetworking.org> | Tue Jun 04 22:58:32 2019 +0900 |
committer | Keita NISHIMOTO <nishimoto@opennetworking.org> | Tue Jun 04 22:58:32 2019 +0900 |
tree | 2dc0d0aec1981f19dbc714e966b39c557e9986b5 | |
parent | 66e43a8d771a4fddda702d74980a5bd3fafa0cb8 [diff] [blame] |
SEBA-651 DHCP emulation triggered by DHCP flow install Change-Id: Ibaeab5ee6daf19ee1d9214ce48363fba6c71fd27
diff --git a/device/device_onu.go b/device/device_onu.go index 1e1ee88..f2338d7 100644 --- a/device/device_onu.go +++ b/device/device_onu.go
@@ -29,6 +29,7 @@ ONU_INACTIVE DeviceState = iota //TODO: Each stage name should be more accurate ONU_ACTIVE ONU_OMCIACTIVE + ONU_AUTHENTICATED ONU_FREE )