Sebastien Roy wrote:
> OpenVPN's "tun" interface may also be a potential problem. I think it
> masquerades as DL_ETHER on Solaris (see
> http://openvpn.net/solaris/tun.c), but is setup as a POINTOPOINT IP
> interface when ifconfig configures the destination IP address.
That code can be compiled in two different ways.
If TUNTAP_TAP is not defined when IP will set IFF_POINTOPOINT based on
the dl_info_ack.
If TUNTAP_TAP is defined then tun.c sets the broadcast address length to
non-zero i.e., IP will set IFF_BROADCAST.
Thus I think what is in dl_info_ack is sufficient to make this work AFAIU.
Erik
_______________________________________________
networking-discuss mailing list
[email protected]