Accepting request 69451 from network:dhcp
bnc#690859: DHCPv6 typo in dhclient-script OBS-URL: https://build.opensuse.org/request/show/69451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=55
This commit is contained in:
commit
54f6531d5d
@ -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…
x
Reference in New Issue
Block a user