From: "Randy.Dunlap" <rddunlap@osdl.org> Date: Thu, 8 May 2003 15:30:32 -0700 I'm confused or the source code is or both. net/ipv6/ndisc.c sets rt->rt6i_flags = RTF_LOCAL; Any time you see some absolutely strange handling inside of ipv6 routing, it usually indicates a place where ipv4 routing does things one way and the ipv6 side cannot implement things in that way for one reason or another. Yet, some ipv4'lets remain in the ipv6 code, almost as a marker to be mindful of this difference. This RTF_LOCAL thing is just such a case. In many ways the ipv6 routing code is lacking in features that ipv4 routing has. I'm in fact right now killing on of them, rtnetlink route metrics are ignored by ipv6. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html