As part of commit 78c803851c
that cherry-pick PR#5081 ICCPD feature got include din 201911 which is not needed so removed it back Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
This commit is contained in:
parent
78c803851c
commit
b19dab4ba5
@ -27,7 +27,6 @@
|
||||
("swss", "enabled", "enabled"),
|
||||
("syncd", "enabled", "enabled"),
|
||||
("teamd", "enabled", "enabled")] %}
|
||||
{%- if include_iccpd == "y" %}{% do features.append(("iccpd", "disabled", "enabled")) %}{% endif %}
|
||||
{%- if include_mgmt_framework == "y" %}{% do features.append(("mgmt-framework", "enabled", "enabled")) %}{% endif %}
|
||||
{%- if include_nat == "y" %}{% do features.append(("nat", "disabled", "enabled")) %}{% endif %}
|
||||
{%- if include_restapi == "y" %}{% do features.append(("restapi", "disabled", "enabled")) %}{% endif %}
|
||||
|
1
slave.mk
1
slave.mk
@ -663,7 +663,6 @@ $(addprefix $(TARGET_PATH)/, $(SONIC_INSTALLERS)) : $(TARGET_PATH)/% : \
|
||||
export include_nat="$(INCLUDE_NAT)"
|
||||
export include_sflow="$(INCLUDE_SFLOW)"
|
||||
export include_mgmt_framework="$(INCLUDE_MGMT_FRAMEWORK)"
|
||||
export include_iccpd="$(INCLUDE_ICCPD)"
|
||||
export shutdown_bgp_on_start="$(SHUTDOWN_BGP_ON_START)"
|
||||
export include_kubernetes="$(INCLUDE_KUBERNETES)"
|
||||
export enable_pfcwd_on_start="$(ENABLE_PFCWD_ON_START)"
|
||||
|
Loading…
Reference in New Issue
Block a user