[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>
This commit is contained in:
Ying Xie 2022-04-15 11:47:02 -07:00 committed by GitHub
parent 9fd75ffd9d
commit 6af3de4372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@
"trap_ids": "lldp", "trap_ids": "lldp",
"trap_group": "queue4_group3" "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": { "dhcp_relay": {
"trap_ids": "dhcp,dhcpv6", "trap_ids": "dhcp,dhcpv6",
"trap_group": "queue4_group3" "trap_group": "queue4_group3"