- 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
This commit is contained in:
parent
6603dadc90
commit
97b03f127f
@ -580,7 +580,7 @@ BOUND6|RENEW6|REBIND6|REBOOT6)
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
netconfig_modify
|
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
|
then
|
||||||
if is_ifup_controlled ; then
|
if is_ifup_controlled ; then
|
||||||
/sbin/ifdown $interface -o dhcp
|
/sbin/ifdown $interface -o dhcp
|
||||||
|
@ -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
|
Fri Apr 29 13:31:57 UTC 2011 - mt@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user