[swss]: Add hash seed 15 for SpineRouter type (#3390)
Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
This commit is contained in:
parent
f78fcb1008
commit
c6655b8bdf
@ -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 %}
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user