Skip to content

Commit 6257eed

Browse files
prsunnysanthosh-kt
authored andcommitted
Enable restapi, update sonic-restapi (sonic-net#5169)
* Enable restapi if included in image * [Submodule update] sonic-restapi
1 parent 8b19a5c commit 6257eed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

files/build_templates/init_cfg.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{%- if include_iccpd == "y" %}{% do features.append(("iccpd", "disabled", "enabled")) %}{% endif %}
3131
{%- if include_mgmt_framework == "y" %}{% do features.append(("mgmt-framework", "enabled", "enabled")) %}{% endif %}
3232
{%- if include_nat == "y" %}{% do features.append(("nat", "disabled", "enabled")) %}{% endif %}
33-
{%- if include_restapi == "y" %}{% do features.append(("restapi", "disabled", "enabled")) %}{% endif %}
33+
{%- if include_restapi == "y" %}{% do features.append(("restapi", "enabled", "enabled")) %}{% endif %}
3434
{%- if include_sflow == "y" %}{% do features.append(("sflow", "disabled", "enabled")) %}{% endif %}
3535
{%- if include_system_telemetry == "y" %}{% do features.append(("telemetry", "enabled", "enabled")) %}{% endif %}
3636
"FEATURE": {

src/sonic-restapi

0 commit comments

Comments
 (0)