Skip to content

Commit

Permalink
[Service] Added NAT entry into CONTAINER_FEATURE. Fixes sonic-net#4247.…
Browse files Browse the repository at this point in the history
… (sonic-net#4250)

* [Service] Added NAT entry into CONTAINER_FEATURE. Fixes sonic-net#4247.

Signed-off-by: Andriy Kokhan <[email protected]>
  • Loading branch information
akokhan authored and tiantianlv committed Apr 24, 2020
1 parent 8a1dfad commit d346319
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 @@ -25,7 +25,7 @@
{% endfor %}
},
"CONTAINER_FEATURE": {
{%- for container in ["bgp", "database", "dhcp_relay", "lldp", "pmon", "radv", "restapi", "sflow",
{%- for container in ["bgp", "database", "dhcp_relay", "lldp", "nat", "pmon", "radv", "restapi", "sflow",
"snmp", "swss", "syncd", "teamd", "telemetry"] %}
"{{container}}": {
"auto_restart": "disabled",
Expand Down

0 comments on commit d346319

Please sign in to comment.