Skip to content

Commit 4a174f4

Browse files
Volodymyr Samotiyprsunny
authored andcommitted
[vnetorch]: Fix VNET orchagents order for warm-reboot flow (sonic-net#958)
Signed-off-by: Volodymyr Samotiy <[email protected]>
1 parent b926d87 commit 4a174f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

orchagent/orchdaemon.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,13 @@ bool OrchDaemon::init()
224224
m_orchList.push_back(gFdbOrch);
225225
m_orchList.push_back(mirror_orch);
226226
m_orchList.push_back(gAclOrch);
227-
m_orchList.push_back(cfg_vnet_rt_orch);
228-
m_orchList.push_back(vnet_orch);
229-
m_orchList.push_back(vnet_rt_orch);
230227
m_orchList.push_back(vrf_orch);
231228
m_orchList.push_back(vxlan_tunnel_orch);
232229
m_orchList.push_back(vxlan_tunnel_map_orch);
233230
m_orchList.push_back(vxlan_vrf_orch);
231+
m_orchList.push_back(cfg_vnet_rt_orch);
232+
m_orchList.push_back(vnet_orch);
233+
m_orchList.push_back(vnet_rt_orch);
234234

235235
m_select = new Select();
236236

0 commit comments

Comments
 (0)