commit | 105581bdf3da52dcfd898e0562ef205f7e093f9f | [log] [tgz] |
---|---|---|
author | Akash Reddy Kankanala <akash.kankanala@radisys.com> | Wed Sep 11 05:20:38 2024 +0530 |
committer | Akash Reddy Kankanala <akash.kankanala@radisys.com> | Wed Apr 09 14:34:11 2025 +0530 |
tree | 72050ebb3167ef06b00337031deea92906571a42 | |
parent | 7a531c765febd4ce17b330cb088c2006f5fae5ad [diff] [blame] |
[VOL-5374] Upgrade go version to v1.23 Change-Id: I11655451672cc7bae9cc92cddcaa563ac50d7de4 Signed-off-by: Akash Reddy Kankanala <akash.kankanala@radisys.com>
diff --git a/internal/pkg/application/igmpponportchannel.go b/internal/pkg/application/igmpponportchannel.go index 4f858e8..22ef806 100644 --- a/internal/pkg/application/igmpponportchannel.go +++ b/internal/pkg/application/igmpponportchannel.go
@@ -56,6 +56,7 @@ // GetActiveChannelCount returns the number of active channel count // for this pon port in the current group. +// #nosec G115 func (ponPortChannels *PonPortChannels) GetActiveChannelCount() uint32 { return uint32(ponPortChannels.ChannelList.Length()) }