Skip to content

Commit 07ba665

Browse files
Harish VenkatramanHarish Venkatraman
Harish Venkatraman
authored and
Harish Venkatraman
committed
[sonic-buildimage] Updating module sai-redis
Updating the sonic-sairedis point. Signed-off-by: Harish Venkatraman <[email protected]>
1 parent 11003ce commit 07ba665

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

device/dell/x86_64-dell_s6100_c2538-r0/Force10-S6100/sai.profile.j2

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
{%- if DEVICE_METADATA is defined -%}
33
{%- set switch_role = DEVICE_METADATA['localhost']['type'] -%}
44
{%- 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' -%}
66
{%- 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' -%}
88
{%- endif %}
99
{%- 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' -%}
1111
{%- endif %}
1212
{# Write the contents of sai_ profile_filename to sai.profile file #}
13-
{{ sai_profile_filename }}
13+
{{ sai_profile_contents }}

platform/broadcom/docker-syncd-brcm/start.sh

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ HWSKU_DIR=/usr/share/sonic/hwsku
55

66
rm -f /var/run/rsyslogd.pid
77

8-
98
supervisorctl start rsyslogd
109

1110
mkdir -p /etc/sai.d/

src/sonic-sairedis

0 commit comments

Comments
 (0)