> Is there something which does what "SO_BINDTODEVICE" in linux does ? > (as a setsockopt parameter). I tried and could not find something like > that. > > can I do it at all in solaris ?
For IPv6, we document IPV6_BOUND_IF in ip6(7P); there's IP_BOUND_IF for IPv4, but AFAIK it's undocumented, so I think you're on your own if you use it :-( There are a few other related knobs (e.g., IP_XMIT_IF) which have been added for various purposes over the years but AFAIK those aren't suitable for public use either. -- meem _______________________________________________ networking-discuss mailing list [email protected]
