Skip to content

Commit

Permalink
Raise the priority of LAG_TABLE to 44 so it has precedence over VLAN_…
Browse files Browse the repository at this point in the history
…TABLE in orchagent processing (sonic-net#514)

Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
  • Loading branch information
jipanyang authored and pavel-shirshov committed Jun 1, 2018
1 parent d8e7ad4 commit 92c3171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/orchdaemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ bool OrchDaemon::init()
{ APP_PORT_TABLE_NAME, portsorch_base_pri + 5 },
{ APP_VLAN_TABLE_NAME, portsorch_base_pri + 2 },
{ APP_VLAN_MEMBER_TABLE_NAME, portsorch_base_pri },
{ APP_LAG_TABLE_NAME, portsorch_base_pri + 2 },
{ APP_LAG_TABLE_NAME, portsorch_base_pri + 4 },
{ APP_LAG_MEMBER_TABLE_NAME, portsorch_base_pri }
};

Expand Down

0 comments on commit 92c3171

Please sign in to comment.