Skip to content

Commit 64d5a5a

Browse files
marian-pritsaklguohan
authored andcommitted
[pfcwd]: Switch to Config DB (sonic-net#374)
Signed-off-by: marian-pritsak <[email protected]>
1 parent 5da255c commit 64d5a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orchagent/orchdaemon.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ bool OrchDaemon::init()
136136
static const vector<sai_queue_attr_t> queueAttrIds;
137137

138138
m_orchList.push_back(new PfcWdSwOrch<PfcWdZeroBufferHandler, PfcWdLossyHandler>(
139-
m_applDb,
139+
m_configDb,
140140
pfc_wd_tables,
141141
portStatIds,
142142
queueStatIds,
@@ -176,7 +176,7 @@ bool OrchDaemon::init()
176176
};
177177

178178
m_orchList.push_back(new PfcWdSwOrch<PfcWdActionHandler, PfcWdActionHandler>(
179-
m_applDb,
179+
m_configDb,
180180
pfc_wd_tables,
181181
portStatIds,
182182
queueStatIds,

0 commit comments

Comments
 (0)