Skip to content

Commit 3045657

Browse files
Add support for meters eburst
Signed-off-by: Tal Itschakian <[email protected]>
1 parent 4b1903f commit 3045657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p4runtime_sh/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ def get_count(cls, instance, counter_name, counter_type, name):
12491249
class _MeterConfig:
12501250
@staticmethod
12511251
def attrs():
1252-
return ["cir", "cburst", "pir", "pburst"]
1252+
return ["cir", "cburst", "pir", "pburst", "eburst"]
12531253

12541254
def __init__(self, meter_name, meter_type):
12551255
self._meter_name = meter_name

0 commit comments

Comments
 (0)