Skip to content

Commit

Permalink
[swss]: Add hash seed 15 for SpineRouter type (sonic-net#3390)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
  • Loading branch information
zhenggen-xu authored and yxieca committed Aug 28, 2019
1 parent f78fcb1 commit c6655b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockers/docker-orchagent/switch.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
{% set hash_seed = 0 %}
{% elif DEVICE_METADATA.localhost.type == "LeafRouter" %}
{% set hash_seed = 10 %}
{% elif DEVICE_METADATA.localhost.type == "SpineRouter" %}
{% set hash_seed = 15 %}
{% endif %}
{% endif %}
[
Expand Down

0 comments on commit c6655b8

Please sign in to comment.