Skip to content

Commit

Permalink
Merge pull request #385 from ipdk-io/p4rt_ctl_meters_typo
Browse files Browse the repository at this point in the history
Fix missing comma before delete meter command
  • Loading branch information
n-sandeep authored Jan 4, 2024
2 parents 8dfb3d3 + 145f0fc commit 37590e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/p4rt-ctl/p4rt-ctl.in
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ all_commands = {
"reset-counter" : (p4ctl_reset_counter_entry, 2),
"add-meter-config" : (p4ctl_add_meter_config, 3),
"get-packet-mod-meter" : (p4ctl_get_packet_mod_meter_entry, 2),
"get-direct-pkt-mod-meter" : (p4ctl_get_direct_pkt_mod_meter_entry, 2)
"get-direct-pkt-mod-meter" : (p4ctl_get_direct_pkt_mod_meter_entry, 2),
"del-meter-config" : (p4ctl_del_meter_config, 2)
}

Expand Down

0 comments on commit 37590e8

Please sign in to comment.