We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd75ff commit 6af3de4Copy full SHA for 6af3de4
files/image_config/copp/copp_cfg.j2
@@ -81,7 +81,7 @@
81
"trap_ids": "lldp",
82
"trap_group": "queue4_group3"
83
},
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"]) %}
+{% 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']) %}
85
"dhcp_relay": {
86
"trap_ids": "dhcp,dhcpv6",
87
0 commit comments