From: Seonah Moon Date: Tue, 16 May 2017 06:30:15 +0000 (+0900) Subject: [connection_test] Updated test menu description X-Git-Tag: accepted/tizen/4.0/unified/20170816.013058^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fapi%2Fconnection.git;a=commitdiff_plain;h=refs%2Fchanges%2F34%2F129334%2F2 [connection_test] Updated test menu description Change-Id: I96a791bc1238253da1d3ca379e74fba9fc35ccab Signed-off-by: Seonah Moon --- diff --git a/test/connection_test.c b/test/connection_test.c index 588d06c..262ed29 100755 --- a/test/connection_test.c +++ b/test/connection_test.c @@ -2171,7 +2171,9 @@ gboolean test_thread(GIOChannel *source, GIOCondition condition, gpointer data) printf("x - Get ethernet cable state\n"); printf("B - Add IPv6 new route\n"); printf("C - Remove IPv6 route\n"); - printf("D - Get IPv6 address\n"); + printf("D - Add new route entry\n"); + printf("E - Remove route entry\n"); + printf("F - Get all IPv6 address\n"); printf(LOG_RED "0 - Exit \n" LOG_END); printf("ENTER - Show options menu.......\n"); }