Skip to content

Commit

Permalink
[202012][copp cfg] enable dhcp trap for a couple more devices (sonic-…
Browse files Browse the repository at this point in the history
…net#10582)

* [copp cfg] enable copp trap for a couple more devices

Signed-off-by: Ying Xie <[email protected]>
  • Loading branch information
yxieca authored Apr 15, 2022
1 parent 9fd75ff commit 6af3de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/image_config/copp/copp_cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6af3de4

Please sign in to comment.