Re: iproute2: adding /128 address to sit interface borks
From: Jan Engelhardt <hidden>
Date: 2010-02-27 15:03:38
From: Jan Engelhardt <hidden>
Date: 2010-02-27 15:03:38
On Friday 2009-07-10 17:27, Stephen Hemminger wrote:
On Fri, 10 Jul 2009 14:05:01 +0200 (CEST) Jan Engelhardt [off-list ref] wrote:quoted
it's impossible to do this, and the error message does not say why that is so. No word in dmesg either. # ip a a fc00::49/128 peer fc00::7 dev sit7 RTNETLINK answers: Invalid argumentYou will need to walk through the path in the kernel. In worst case, it means adding kernel printk's. Then if you want to be nice, make a patch to ipaddr.c in iproute utilities so command line can find the error before passing to kernel and give a nice error :-)
The issue here was that the peer is encoded using the broadcast field, and since IPv6 has no broadcast, it was rejected by the kernel. The error messages really need to be improved. This year also came an article about that, http://lwn.net/Articles/374794/