[swss]: Add hash seed 15 for SpineRouter type (#3390)
Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
This commit is contained in:
parent
5c2d71138b
commit
f92056017e
@ -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