Package: ifupdown Version: 0.6.7 Severity: normal
The patch probably says it all - the device through which to route should be specified on the route command line so that link-local addresses as gateways aren't ambiguous. --------------------------------------------------------------------------- diff -ur ifupdown-0.6.5.orig/ifupdown.nw ifupdown-0.6.5/ifupdown.nw --- ifupdown-0.6.5.orig/ifupdown.nw 2005-04-05 19:31:29.000000000 +0200 +++ ifupdown-0.6.5/ifupdown.nw 2005-06-11 07:56:15.000000000 +0200 @@ -4038,7 +4038,7 @@ up ifconfig %iface% [[media %media%]] [[hw %hwaddress%]] [[mtu %mtu%]] up ifconfig %iface% add %address%/%netmask% - [[ route -A inet6 add ::/0 gw %gateway% ]] + [[ route -A inet6 add ::/0 gw %gateway% %iface% ]] down ifconfig %iface% down --------------------------------------------------------------------------- -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.4.31 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages ifupdown depends on: ii debconf [debconf-2.0] 1.4.30.13 Debian configuration management sy ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii net-tools 1.60-10 The NET-3 networking toolkit -- debconf information excluded -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]