Skip to content

Commit 00bbd34

Browse files
committed
feedback comments
1 parent 47d1a0c commit 00bbd34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

orchagent/portsorch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7927,7 +7927,7 @@ bool PortsOrch::isMACsecPort(sai_object_id_t port_id) const
79277927
return m_macsecEnabledPorts.find(port_id) != m_macsecEnabledPorts.end();
79287928
}
79297929

7930-
vector<sai_object_id_t> PortsOrch::getPortVoQIds(const Port& port)
7930+
vector<sai_object_id_t> PortsOrch::getPortVoQIds(Port& port)
79317931
{
79327932
SWSS_LOG_ENTER();
79337933

orchagent/portsorch.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class PortsOrch : public Orch, public Subject
187187

188188
void setMACsecEnabledState(sai_object_id_t port_id, bool enabled);
189189
bool isMACsecPort(sai_object_id_t port_id) const;
190-
vector<sai_object_id_t> getPortVoQIds(const Port& port);
190+
vector<sai_object_id_t> getPortVoQIds(Port& port);
191191

192192
private:
193193
unique_ptr<Table> m_counterTable;

0 commit comments

Comments
 (0)