Skip to content

Commit

Permalink
kamcmd: updates to rpc command names
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 18, 2022
1 parent a5f69e4 commit 5b7a915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils/kamcmd/README
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ $ kamcmd ps
11277 tcp main process

$ kamcmd help # list all the supported commands
dst_blacklist.add
dst_blocklist.add
ctl.who
...

Expand Down
4 changes: 2 additions & 2 deletions utils/kamcmd/kamcmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ static struct cmd_alias cmd_aliases[]={
{ "dns_debug_all", "dns.debug_all",
"%v (%v) [%v]: size=%v ref=%v expire=%vs last=%vs ago f=%v\n"
"\t\t%v:%v expire=%vs f=%v\n"},
{ "dst_blacklist_mem_info", "dst_blacklist.mem_info", "%v / %v\n"},
{ "dst_blacklist_debug", "dst_blacklist.debug",
{ "dst_blocklist_mem_info", "dst_blocklist.mem_info", "%v / %v\n"},
{ "dst_blocklist_debug", "dst_blocklist.debug",
"%v:%v:%v expire:%v flags: %v\n"},
{0,0,0}
};
Expand Down

0 comments on commit 5b7a915

Please sign in to comment.