check-proxy: Changed to check-net 12/34212/3
authorMunkyu Im <munkyu.im@samsung.com>
Thu, 22 Jan 2015 05:37:34 +0000 (14:37 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 22 Jan 2015 06:16:29 +0000 (22:16 -0800)
commit54bdc367d8a56d4365c6e467102e28d6562bd8da
treef372d394d6758887e2ad28c9ab615f710f99795a
parent8f5d19e993e4b2c780a9762330d0393222a1ed1a
check-proxy: Changed to check-net

Add network interface information.
The below commands are added.
--proxy: lists host proxy information.
--interface-all: lists information of host ethernet adapters.
--bridge: lists information of host bridge.

Change-Id: I0d3992fd22053e00d8c845e22805860aaf36ab6b
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
.gitignore
tizen/src/Makefile
tizen/src/util/check_net.c [moved from tizen/src/util/check_proxy.c with 81% similarity]
tizen/src/util/check_net.h [moved from tizen/src/util/check_proxy.h with 86% similarity]
tizen/src/util/check_net_darwin.c [moved from tizen/src/util/check_proxy_darwin.c with 93% similarity]
tizen/src/util/check_net_linux.c [moved from tizen/src/util/check_proxy_linux.c with 94% similarity]
tizen/src/util/check_net_win32.c [moved from tizen/src/util/check_proxy_win32.c with 58% similarity]