Enable ipv6 again after removing autoconfigured address 22/268922/1
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 5 Jan 2022 01:36:03 +0000 (10:36 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 5 Jan 2022 01:36:09 +0000 (10:36 +0900)
commit58cf5caf6640c874dbc3fd919f8a421f292fea4a
tree657420cb40a26ee32399fed0c430b4113b2cfc62
parent1c8a8e7588e90a60234ee77d8f04a74f552658ba
Enable ipv6 again after removing autoconfigured address

Until now, ipv6 has been disabled to remove autoconfigured addresses quickly
when wifi disconnecting.
However, as a result, the ipv6 link local address of wlan0 was erased,
which later affected the operation of using wlan0 like softap.
This patch restores ipv6 for consistency.

Change-Id: I7cf2790d39f62579b59083d6abb136763202b2bd
src/ipconfig.c