[image_config]: Update DHCP rate-limit for mgmt TOR devices (#17630) (#17655)

This commit is contained in:
mssonicbld 2024-01-03 17:36:12 +08:00 committed by GitHub
parent 27c1e9bb42
commit 48885b6ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,13 @@
"queue": "4",
"meter_type":"packets",
"mode":"sr_tcm",
{% if DEVICE_METADATA is defined and DEVICE_METADATA['localhost'] is defined and DEVICE_METADATA['localhost']['type'] is defined and 'Mgmt' in DEVICE_METADATA['localhost']['type'] %}
"cir":"300",
"cbs":"300",
{% else %}
"cir":"100",
"cbs":"100",
{% endif %}
"red_action":"drop"
},
"queue1_group1": {