From f3db66f57e39c84f3b7dd440889f30ea473af1da Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Thu, 14 Aug 2014 11:37:56 +0200 Subject: [PATCH] dhclient-script: revert one older change This has been reverted upstream with: - Disable the gentle shutdown functionality until we can determine the best way to present it to remove or reduce the side effects. [ISC-Bugs #36066] --- dhclient-script | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dhclient-script b/dhclient-script index 13da000..ca895b9 100644 --- a/dhclient-script +++ b/dhclient-script @@ -706,9 +706,8 @@ case "${reason}" in # ensure interface is up ip link set dev ${interface} up - # aborted client cleans after itself since 4.2.6 - # so the following is not needed anymore - #ip -6 addr flush dev ${interface} scope global permanent + # remove any stale addresses from aborted clients + ip -6 addr flush dev ${interface} scope global permanent # we need a link-local address to be ready (not tentative) for i in $(seq 50); do