Skip to content

Commit

Permalink
[Service] Added NAT entry into CONTAINER_FEATURE. Fixes #4247.
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Kokhan <[email protected]>
  • Loading branch information
Andriy Kokhan committed Mar 11, 2020
1 parent fc91f81 commit cbc462d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/build_templates/init_cfg.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"CONTAINER_FEATURE": {
{%- for container in ["bgp", "database", "dhcp_relay", "lldp", "pmon", "radv", "restapi", "sflow",
"snmp", "swss", "syncd", "teamd", "telemetry"] %}
"snmp", "swss", "syncd", "teamd", "telemetry", "nat"] %}
"{{container}}": {
"auto_restart": "disabled",
"high_mem_alert": "disabled"
Expand Down

0 comments on commit cbc462d

Please sign in to comment.