From 6af3de437281860ede7d0205cb221a2a187270f1 Mon Sep 17 00:00:00 2001 From: Ying Xie <yxieca@users.noreply.github.com> Date: Fri, 15 Apr 2022 11:47:02 -0700 Subject: [PATCH] [202012][copp cfg] enable dhcp trap for a couple more devices (#10582) * [copp cfg] enable copp trap for a couple more devices Signed-off-by: Ying Xie <ying.xie@microsoft.com> --- files/image_config/copp/copp_cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/image_config/copp/copp_cfg.j2 b/files/image_config/copp/copp_cfg.j2 index 3ae61c3b5e4c..1b84b6df98da 100755 --- a/files/image_config/copp/copp_cfg.j2 +++ b/files/image_config/copp/copp_cfg.j2 @@ -81,7 +81,7 @@ "trap_ids": "lldp", "trap_group": "queue4_group3" }, -{% if not (DEVICE_METADATA is defined and DEVICE_METADATA['localhost'] is defined and DEVICE_METADATA['localhost']['type'] is defined and DEVICE_METADATA['localhost']['type'] is not in ["ToRRouter", "EPMS", "MgmtTsTor"]) %} +{% if not (DEVICE_METADATA is defined and DEVICE_METADATA['localhost'] is defined and DEVICE_METADATA['localhost']['type'] is defined and DEVICE_METADATA['localhost']['type'] is not in ['ToRRouter', 'EPMS', 'MgmtTsToR', 'MgmtToRRouter']) %} "dhcp_relay": { "trap_ids": "dhcp,dhcpv6", "trap_group": "queue4_group3"