|
From: Arnaud Gomes-do-V. <Arn...@ir...> - 2013-04-30 08:00:04
|
Hi, I have just upgraded a four-year-old DL box and found out the IPv6 routing configuration format has changed since then. The part of the /etc/init.d/network script which parses the "new" format doesn't use the interface name, which is required when using link-local addresses for routing (I do). Fortunately, the parser in the network script is simple enough to handle about any argument you can pass to "ip route add". So, here is the relevant line from my ifcfg-eth0 file: IPV6ROUTE="2000::/3 via fe80::5 dev $DEVICE" Yes, it Just Works(tm). :-) -- A |