From 65ff6d49b47d88677288ec6c2fc5dfa1bc499497 Mon Sep 17 00:00:00 2001 From: Prabhu Sreenivasan Date: Mon, 23 Nov 2020 23:23:19 -0800 Subject: [PATCH] Add support for snat, dnat and ipmc crm resources Signed-off-by: Prabhu Sreenivasan --- files/build_templates/init_cfg.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/build_templates/init_cfg.json.j2 b/files/build_templates/init_cfg.json.j2 index 6cec963fc921..aee4e2a352f7 100644 --- a/files/build_templates/init_cfg.json.j2 +++ b/files/build_templates/init_cfg.json.j2 @@ -10,7 +10,7 @@ "polling_interval": "300", {%- for crm_res in ["ipv4_route", "ipv6_route", "ipv4_nexthop", "ipv6_nexthop", "ipv4_neighbor", "ipv6_neighbor", "nexthop_group_member", "nexthop_group", "acl_table", - "acl_group", "acl_entry", "acl_counter", "fdb_entry"] %} + "acl_group", "acl_entry", "acl_counter", "fdb_entry", "snat_entry", "dnat_entry", "ipmc_entry"] %} "{{crm_res}}_threshold_type": "percentage", "{{crm_res}}_low_threshold": "70", "{{crm_res}}_high_threshold": "85"{% if not loop.last %},{% endif -%}