netutils/dhcpc : do not send decline message to same dhcp server
authorJin-Seong Kim <jseong82.kim@samsung.com>
Thu, 25 May 2017 08:30:55 +0000 (17:30 +0900)
committerEunBong Song <eunb.song@samsung.com>
Tue, 11 Jul 2017 01:26:56 +0000 (10:26 +0900)
commit97ac4d053296eddef1d358baceea4cc2a809ad0b
treec3e2f3066b1a8ec0f3056ae34d53d82a649d8112
parent086f9c5700287375b7d19f7e7e11ea6264372516
netutils/dhcpc : do not send decline message to same dhcp server

This commit is bug fix to prevent send decline message
 - dhcp declient message is used to announce duplicated
   assigned IP address in a network
 - dhcp client doesn't have routine to check duplicate IP
   via ARP, so no need to send decline message to same server

Change-Id: Iae6036e064d767159fa6d1b6a10f95fcaa3c317f
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
apps/netutils/dhcpc/dhcpc.c