commit | 619e3cc245092ac676d086892ed251c0234edb9c | [log] [tgz] |
---|---|---|
author | Simon Horman <horms@verge.net.au> | Wed Jun 15 15:18:52 2011 +0900 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 17 11:39:30 2011 +0200 |
tree | f78da64748e927d2d5b135de2bc553003e8e1598 | |
parent | cec9a22780ea28c93f4f67b77cbf5d50877a202d [diff] |
[MINOR] Allow showing and clearing by key of string stick tables
diff --git a/src/dumpstats.c b/src/dumpstats.c index 45424df..f3619a7 100644 --- a/src/dumpstats.c +++ b/src/dumpstats.c
@@ -549,6 +549,10 @@ break; } break; + case STKTABLE_TYPE_STRING: + static_table_key.key = args[4]; + static_table_key.key_len = strlen(args[4]); + break; default: if (show) si->applet.ctx.cli.msg = "Showing keys from tables of type other than ip, ipv6 and integer is not supported\n";