etc/dists/scripts/debian-add_ip.sh: always restart networking

Apparently /sbin/ifup -a is not working because "iface venet0"
is not "auto".

Specifically, here's the extract from ifup man page (Debian 6):

	-a, --all
              If  given  to  ifup, affect all interfaces marked auto.

So I see no better way than to always restart networking.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed