[swss]: Add hash seed 15 for SpineRouter type (#3390)

Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
This commit is contained in:
zhenggen-xu 2019-08-28 15:46:48 -07:00 committed by Ying Xie
parent f78fcb1008
commit c6655b8bdf

View File

@ -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 %}
[