commit | c192bc433bd6dcd7acfb4c809c95577499f2bccc | [log] [tgz] |
---|---|---|
author | Holger Hildebrandt <holger.hildebrandt@adtran.com> | Thu Oct 28 14:38:31 2021 +0000 |
committer | Holger Hildebrandt <holger.hildebrandt@adtran.com> | Thu Oct 28 14:41:16 2021 +0000 |
tree | 9acd3dc1165286c916126e2697fb3908b76674b4 | |
parent | ee10b546da46c8c4eee94b10837cecfbcfe27a60 [diff] |
[VOL-4429] openonuAdapterGo - omci config error and crash during flow removal after adapter restart Change-Id: Ifa3c62071fe59e270dd070ed8ccbae9018d582f5
diff --git a/internal/pkg/common/interfaces.go b/internal/pkg/common/interfaces.go index ef5e004..1f7d457 100755 --- a/internal/pkg/common/interfaces.go +++ b/internal/pkg/common/interfaces.go
@@ -178,5 +178,5 @@ // IuniVlanConfigFsm interface to uniVlanConfigFsm type IuniVlanConfigFsm interface { - IsFlowRemovePending(chan<- bool) bool + IsFlowRemovePending(context.Context, chan<- bool) bool }