commit | e63c64dc3e8a86f0ebc84b7d45fb7518d02aa100 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Sep 20 02:21:47 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Sep 20 02:23:43 2011 +0400 |
tree | ef7e34062cfa3ad2c31ca4cff3b6aa76f6786daf | |
parent | 8cf11ae7715010684aebfe2b69c43dc9d57f9d67 [diff] |
etc/dists/scripts/debian-del_ip.sh: fix IPDELALL case Apparently commit 5d58b00e1 was incorrect -- it was not removing 'address x.x.x.x' and 'netmask y.y.y.y' lines for IPv4 addresses. Use 'remove_debian_interface' function for correct IP removal. This is a copy-paste from debian_add_ip.sh. Signed-off-by: Kir Kolyshkin <kir@openvz.org>