From 97b03f127f7921d62e0d7b15104780d7b92fc07fb12aaae36085e0d53e49804c Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Tue, 3 May 2011 12:28:15 +0000 Subject: [PATCH] - Fixed dhclient-script typo causing ISC DHCPv6 client to execute ifup pre-down scripts also while renew, when the ipv6 address did not changed (bnc#690859). OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=67 --- dhclient-script | 2 +- dhcp.changes | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dhclient-script b/dhclient-script index 02afc92..caccc29 100644 --- a/dhclient-script +++ b/dhclient-script @@ -580,7 +580,7 @@ BOUND6|RENEW6|REBIND6|REBOOT6) fi netconfig_modify - if [ x$old_ip6_address != x -a x$old_ip6_address != x$new_ip_address ]; + if [ x$old_ip6_address != x -a x$old_ip6_address != x$new_ip6_address ]; then if is_ifup_controlled ; then /sbin/ifdown $interface -o dhcp diff --git a/dhcp.changes b/dhcp.changes index 913940a..b0e1ab4 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 3 12:27:08 UTC 2011 - mt@suse.de + +- Fixed dhclient-script typo causing ISC DHCPv6 client to execute + ifup pre-down scripts also while renew, when the ipv6 address + did not changed (bnc#690859). + ------------------------------------------------------------------- Fri Apr 29 13:31:57 UTC 2011 - mt@suse.de