Skip to content

Commit 553d75a

Browse files
authored
[tunnel decap] Change tunnel orch order (sonic-net#1977)
*Tunnel creation and termination attributes to be set after QoS init
1 parent 7444e96 commit 553d75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/orchdaemon.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ bool OrchDaemon::init()
297297
* when iterating ConsumerMap. This is ensured implicitly by the order of keys in ordered map.
298298
* For cases when Orch has to process tables in specific order, like PortsOrch during warm start, it has to override Orch::doTask()
299299
*/
300-
m_orchList = { gSwitchOrch, gCrmOrch, gPortsOrch, gBufferOrch, gIntfsOrch, gNeighOrch, gNhgOrch, gRouteOrch, copp_orch, tunnel_decap_orch, qos_orch, wm_orch, policer_orch, sflow_orch, debug_counter_orch, gMacsecOrch};
300+
m_orchList = { gSwitchOrch, gCrmOrch, gPortsOrch, gBufferOrch, gIntfsOrch, gNeighOrch, gNhgOrch, gRouteOrch, copp_orch, qos_orch, wm_orch, policer_orch, tunnel_decap_orch, sflow_orch, debug_counter_orch, gMacsecOrch};
301301

302302
bool initialize_dtel = false;
303303
if (platform == BFN_PLATFORM_SUBSTRING || platform == VS_PLATFORM_SUBSTRING)

0 commit comments

Comments
 (0)