> I did notice a slight problem where if fl->oif is set in the caller (for > example via SO_BINDTODEVICE), it's ignored in datagram_send_ctl() if > src_info->ipi6_ifindex is zero, attached patch fixes that. Actually, previous patch wasn't exactly correct either, I missed one conversion, below is ok. -Brian Signed-off-by: Brian Haley ---