[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 Shuotian Cheng
parent 5c2d71138b
commit f92056017e

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