Skip to content

Commit 39889a3

Browse files
akokhanabdosi
authored andcommitted
[Service] Added NAT entry into CONTAINER_FEATURE. Fixes #4247. (#4250)
* [Service] Added NAT entry into CONTAINER_FEATURE. Fixes #4247. Signed-off-by: Andriy Kokhan <akokhan@barefootnetworks.com>
1 parent ba42bde commit 39889a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/build_templates/init_cfg.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{% endfor %}
2626
},
2727
"CONTAINER_FEATURE": {
28-
{%- for container in ["bgp", "database", "dhcp_relay", "lldp", "pmon", "radv", "restapi", "sflow",
28+
{%- for container in ["bgp", "database", "dhcp_relay", "lldp", "nat", "pmon", "radv", "restapi", "sflow",
2929
"snmp", "swss", "syncd", "teamd", "telemetry"] %}
3030
"{{container}}": {
3131
"auto_restart": "disabled",

0 commit comments

Comments
 (0)