Skip to content

Commit 07de488

Browse files
committed
feedback comments
1 parent e13d218 commit 07de488

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
@@ -7709,7 +7709,7 @@ bool PortsOrch::isMACsecPort(sai_object_id_t port_id) const
77097709
return m_macsecEnabledPorts.find(port_id) != m_macsecEnabledPorts.end();
77107710
}
77117711

7712-
vector<sai_object_id_t> PortsOrch::getPortVoQIds(const Port& port)
7712+
vector<sai_object_id_t> PortsOrch::getPortVoQIds(Port& port)
77137713
{
77147714
SWSS_LOG_ENTER();
77157715

orchagent/portsorch.h

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

180180
void setMACsecEnabledState(sai_object_id_t port_id, bool enabled);
181181
bool isMACsecPort(sai_object_id_t port_id) const;
182-
vector<sai_object_id_t> getPortVoQIds(const Port& port);
182+
vector<sai_object_id_t> getPortVoQIds(Port& port);
183183

184184
private:
185185
unique_ptr<Table> m_counterTable;

0 commit comments

Comments
 (0)