2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

- Add support for dhcpv6 "Release" messages [rt16905]

- Add -x option, which causes running dhclient processes to exist
  gracefully *without* releasing leases [rt16741]
(Merging both at once because the first one depended on the second one)
This commit is contained in:
Evan Hunt
2007-06-06 22:57:32 +00:00
parent c11f349dba
commit af5fa17626
10 changed files with 341 additions and 123 deletions

View File

@@ -279,7 +279,7 @@ if [ ${reason} = DEPREF6 ] ; then
exit_with_hooks 0
fi
if [ ${reason} = EXPIRE6 ] ; then
if [ ${reason} = EXPIRE6 -o ${reason} = RELEASE6 -o ${reason} = STOP6 ] ; then
if [ x${old_ip6_address} = x ] || [ x${old_ip6_prefixlen} = x ] ; then
exit_with_hooks 2;
fi