[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";