dhcpv6: Do not wait answer to RELEASE message
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Wed, 18 Jan 2012 13:24:56 +0000 (15:24 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 20 Jan 2012 00:35:24 +0000 (01:35 +0100)
commit9640cdaace86da5d6f197016a4c9b8241e23a807
tree932ffd800dfff869fce83c7dbdc0e13bb1fb5345
parent9a7822288bed6100cd920431ceb65f056e6e53f8
dhcpv6: Do not wait answer to RELEASE message

We do not want to wait the answer to release message that
was sent to the DHCPv6 server because the reply from server
might take some time and we must continue the network
disconnect procedure. So we just inform the server that we
are done with the addresses but ignore server reply as there
is nothing to be done anyway after sending the release.
src/dhcpv6.c
src/network.c