commit | 3ec142378b5e3554e925ea28bd55fdbfea0eee7c | [log] [tgz] |
---|---|---|
author | Sridhar Ravindra <sridhar.ravindra@radisys.com> | Mon Jan 01 19:11:48 2024 +0530 |
committer | Sridhar Ravindra <sridhar.ravindra@radisys.com> | Tue Jan 02 09:53:20 2024 +0530 |
tree | f26ca4c2cd3d8dbbc2362be3a87e7fe4f6be3373 | |
parent | 0bc5dc50cd4165d418560864b65d680b86775d87 [diff] [blame] |
[VOL-5243] Flow audit control Change-Id: Ia70283da583ea870af078bf78538c1416f5b795c
diff --git a/internal/pkg/util/envutils/envutils.go b/internal/pkg/util/envutils/envutils.go index 392e9b8..ba70d5e 100644 --- a/internal/pkg/util/envutils/envutils.go +++ b/internal/pkg/util/envutils/envutils.go
@@ -81,6 +81,7 @@ MemProfile = "MEM_PROFILE" VendorID = "VENDOR_ID" DeviceSyncDuration = "DEVICE_SYNC_DURATION" + MaxFlowRetryDuration = "MAX_FLOW_RETRY_DURATION" // openonu environment variables OmciPacketCapture = "SAVE_OMCI_PACKET_CAPTURE"