From bce59775db7a92a2c394b61a3fcec616e19f48de Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Tue, 16 May 2017 15:30:15 +0900 Subject: [PATCH] [connection_test] Updated test menu description Change-Id: I96a791bc1238253da1d3ca379e74fba9fc35ccab Signed-off-by: Seonah Moon --- test/connection_test.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"); } -- 2.7.4