2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-01 06:45:27 +00:00

Checkpoint: added start/finish v6only

This commit is contained in:
Francis Dupont
2020-10-12 22:18:33 +02:00
parent 9d8d2fb788
commit 933b80fa64
3 changed files with 87 additions and 1 deletions

View File

@@ -400,6 +400,14 @@ case "$reason" in
;;
V6ONLY)
if [ -n "$old_ip_address" ]; then
# flush leased IP
${ip} -4 addr flush dev ${interface} label ${interface}
fi
;;
### DHCPv6 Handlers
# TODO handle prefix change: ?based on ${old_ip6_prefix} and ${new_ip6_prefix}?