dosync: delete link local address after use

This commit is contained in:
Gavin Li 2015-06-17 00:25:02 -07:00
parent f5e8382a0e
commit 3ec452f48c
1 changed files with 1 additions and 0 deletions

View File

@ -921,6 +921,7 @@ digitalocean_synchronize() {
else
log "Unable to connect to metadata service!"
fi
ip addr del dev eth0 169.254.169.252/30 2>/dev/null || true
}
digitalocean_synchronize