ipconfig: Address list for duplicates does not need gateway info.
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Tue, 3 Jan 2012 12:31:28 +0000 (14:31 +0200)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Thu, 5 Jan 2012 10:08:19 +0000 (11:08 +0100)
commit86adee5b6fa2ee97ff28d412a620dc3028a209e0
treea3dc2e6e13f835f085ec6ebe359ecb5dd4390aad
parent0e24f4771d29aa6e70d13f3d815072f9aa85ccf8
ipconfig: Address list for duplicates does not need gateway info.

The ipdevice address list is only used for detecting duplicate
addresses so there is no need to copy the gateway information
into the list. The same gateway data was actually used in every
list element which is not a correct thing to do as there would
be different gateways in IPv4 and IPv6 anyway.
src/ipconfig.c