We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78fcb1 commit c6655b8Copy full SHA for c6655b8
1 file changed
dockers/docker-orchagent/switch.json.j2
@@ -6,6 +6,8 @@
6
{% set hash_seed = 0 %}
7
{% elif DEVICE_METADATA.localhost.type == "LeafRouter" %}
8
{% set hash_seed = 10 %}
9
+{% elif DEVICE_METADATA.localhost.type == "SpineRouter" %}
10
+{% set hash_seed = 15 %}
11
{% endif %}
12
13
[
0 commit comments