Skip to content

Commit c6655b8

Browse files
zhenggen-xuyxieca
authored andcommitted
[swss]: Add hash seed 15 for SpineRouter type (#3390)
Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
1 parent f78fcb1 commit c6655b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dockers/docker-orchagent/switch.json.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
{% set hash_seed = 0 %}
77
{% elif DEVICE_METADATA.localhost.type == "LeafRouter" %}
88
{% set hash_seed = 10 %}
9+
{% elif DEVICE_METADATA.localhost.type == "SpineRouter" %}
10+
{% set hash_seed = 15 %}
911
{% endif %}
1012
{% endif %}
1113
[

0 commit comments

Comments
 (0)