summaryrefslogtreecommitdiff
path: root/src/ipconfig.c
diff options
context:
space:
mode:
authorNiraj Kumar Goit <niraj.g@samsung.com>2017-03-08 09:33:48 +0530
committerNiraj Kumar Goit <niraj.g@samsung.com>2017-03-08 09:33:48 +0530
commit6613191eff5291c5992ee403557ef04caf9e650e (patch)
treec42402e8049f8a3ad36ab0adeeb5a3727e76526e /src/ipconfig.c
parent9100e6d1a937cb6e2b2206cd23a5f88fa69a2a0f (diff)
downloadconnman-6613191eff5291c5992ee403557ef04caf9e650e.tar.gz
connman-6613191eff5291c5992ee403557ef04caf9e650e.tar.bz2
connman-6613191eff5291c5992ee403557ef04caf9e650e.zip
Add IPv6 gateway address after service IP bound to fix state flow issue. Change-Id: Ia30a834f52c7d849ee54305d0d370f629fc506bb Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Diffstat (limited to 'src/ipconfig.c')
-rwxr-xr-xsrc/ipconfig.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ipconfig.c b/src/ipconfig.c
index 27d98b29..c178eb59 100755
--- a/src/ipconfig.c
+++ b/src/ipconfig.c
@@ -1964,7 +1964,9 @@ void __connman_ipconfig_append_ipv6config(struct connman_ipconfig *ipconfig,
{
const char *str, *privacy;
+#if !defined TIZEN_EXT
DBG("");
+#endif
str = __connman_ipconfig_method2string(ipconfig->method);
if (!str)
@@ -2008,7 +2010,9 @@ void __connman_ipconfig_append_ipv4config(struct connman_ipconfig *ipconfig,
{
const char *str;
+#if !defined TIZEN_EXT
DBG("");
+#endif
str = __connman_ipconfig_method2string(ipconfig->method);
if (!str)