Skip to content

Commit

Permalink
Update init_cfg.json.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
akokhan committed Mar 11, 2020
1 parent cbc462d commit 8d30eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/build_templates/init_cfg.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
{% endfor %}
},
"CONTAINER_FEATURE": {
{%- for container in ["bgp", "database", "dhcp_relay", "lldp", "pmon", "radv", "restapi", "sflow",
"snmp", "swss", "syncd", "teamd", "telemetry", "nat"] %}
{%- for container in ["bgp", "database", "dhcp_relay", "lldp", "nat", "pmon", "radv", "restapi", "sflow",
"snmp", "swss", "syncd", "teamd", "telemetry"] %}
"{{container}}": {
"auto_restart": "disabled",
"high_mem_alert": "disabled"
Expand Down

0 comments on commit 8d30eb5

Please sign in to comment.