Eric Spakman writes:
authorEric Andersen <andersen@codepoet.org>
Wed, 30 Jul 2003 08:22:53 +0000 (08:22 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 30 Jul 2003 08:22:53 +0000 (08:22 -0000)
commit76097edc0ebdb1f8cb68e0f362ec5af42140345e
tree48d108c7e215cd342915a90c834860e336ce882a
parent3124a9ecee24769f395d3dc4179a5f0e9268b5c0
Eric Spakman writes:

The recent changes in ifupdown where all calls to 'ip link set' and
'ip addr set' are swapped give some problems with v4tunnels.
For plain ipv4 and ipv6 interfaces it works correct, other methods
not tried. The patch below change the behaviour back for v4tunnels
only.

Without the patch the following errors are shown:
RTNETLINK answers: Network is down
RTNETLINK answers: No route to host
and the tunnel is not fully brought up

With this patch all works as expected.
networking/ifupdown.c