File tree 3 files changed +5
-6
lines changed
device/dell/x86_64-dell_s6100_c2538-r0/Force10-S6100
platform/broadcom/docker-syncd-brcm
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2
2
{% - if DEVICE_METADATA is defined -%}
3
3
{% - set switch_role = DEVICE_METADATA ['localhost' ]['type' ] -%}
4
4
{% - if switch_role .lower () == 'torrouter' %}
5
- {% set sai_profile_filename = 'SAI_INIT_CONFIG_FILE=/etc/bcm/th-s6100-64x40G-t0.config.bcm' -%}
5
+ {% set sai_profile_contents = 'SAI_INIT_CONFIG_FILE=/etc/bcm/th-s6100-64x40G-t0.config.bcm' -%}
6
6
{% - else %}
7
- {% - set sai_profile_filename = 'SAI_INIT_CONFIG_FILE=/etc/bcm/th-s6100-64x40G-t1.config.bcm' -%}
7
+ {% - set sai_profile_contents = 'SAI_INIT_CONFIG_FILE=/etc/bcm/th-s6100-64x40G-t1.config.bcm' -%}
8
8
{% - endif %}
9
9
{% - else %}
10
- {% - set sai_profile_filename = 'SAI_INIT_CONFIG_FILE=/etc/bcm/th-s6100-64x40G-t1.config.bcm' -%}
10
+ {% - set sai_profile_contents = 'SAI_INIT_CONFIG_FILE=/etc/bcm/th-s6100-64x40G-t1.config.bcm' -%}
11
11
{% - endif %}
12
12
{# Write the contents of sai_ profile_filename to sai.profile file #}
13
- {{ sai_profile_filename }}
13
+ {{ sai_profile_contents }}
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ HWSKU_DIR=/usr/share/sonic/hwsku
5
5
6
6
rm -f /var/run/rsyslogd.pid
7
7
8
-
9
8
supervisorctl start rsyslogd
10
9
11
10
mkdir -p /etc/sai.d/
You can’t perform that action at this time.
0 commit comments