Skip to content

Commit 6af3de4

Browse files
authored
[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 <[email protected]>
1 parent 9fd75ff commit 6af3de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/image_config/copp/copp_cfg.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"trap_ids": "lldp",
8282
"trap_group": "queue4_group3"
8383
},
84-
{% 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"]) %}
84+
{% 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']) %}
8585
"dhcp_relay": {
8686
"trap_ids": "dhcp,dhcpv6",
8787
"trap_group": "queue4_group3"

0 commit comments

Comments
 (0)