Add support for unspecified IPv6 gateway address 92/275092/1 accepted/tizen/unified/20220524.050423 submit/tizen/20220517.032025 submit/tizen/20220518.041030
authorJaehyun Kim <jeik01.kim@samsung.com>
Mon, 16 May 2022 12:24:09 +0000 (21:24 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Mon, 16 May 2022 12:24:09 +0000 (21:24 +0900)
commit6d12d1bb86181a1a52de76118627b8c6df3f7151
tree5f079701075fa0c6b44215ae5d5d3e31ea670273
parent7ab0b0af10623241f16c7a8e962d55ebdcd817f6
Add support for unspecified IPv6 gateway address

Unspecified gateway address("::") is not permitted
when setting routing table.
So, if this value is passed, it must be handled appropriately.

Change-Id: If04df42fc0d6233bfca79e62efb80c8a1024e7c4
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
src/utils/util.c