Re: IPv6 sending to a device without a route

2008-02-20 Thread Andrew May
Chinh Nguyen wrote: > If your interface is Point-to-Point, can you use MSG_DONTROUTE flag with > sendmsg? > I just tried the MSG_DONTROUTE flag and it doesn't seem to make a difference. And in the linux/net/ipv6/udp.c file I don't see where the msg->msg_flags is checked for that, or passed to a f

Re: IPv6 sending to a device without a route

2008-02-20 Thread Chinh Nguyen
If your interface is Point-to-Point, can you use MSG_DONTROUTE flag with sendmsg? Chinh -- http://www.certicom.com Andrew May wrote: I would really like to be able to send an IPv6 with a arbitrary IP out a specific interface for a setup/probe type situation. So there is no route setup yet, and