[MacPorts] #41480: socat @1.7.2.1 builds without tun/tap support
MacPorts
noreply at macports.org
Thu Nov 21 04:36:51 PST 2013
#41480: socat @1.7.2.1 builds without tun/tap support
---------------------------+--------------------------------
Reporter: mikel.izal@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Keywords: tun tap socat | Port: socat
---------------------------+--------------------------------
On Mac OS X 10.9 with Xcode 5.0.2 socat builds and works fine but when
used to open TUN addresses fails with error
{{{
$ socat STDIO TUN:10.0.0.1/24
2013/11/21 13:30:45 socat[45107] E unknown device/address "TUN"
}}}
socat help doesn't list tun as a valid address
{{{
$ socat -h
...
address-head:
...
tcp6-connect:<host>:<port>
groups=FD,SOCKET,CHILD,RETRY,IP6,TCP
tcp6-listen:<port>
groups=FD,SOCKET,LISTEN,CHILD,RETRY,RANGE,IP6,TCP
udp-connect:<host>:<port> groups=FD,SOCKET,IP4,IP6,UDP
udp-datagram:<host>:<port> groups=FD,SOCKET,RANGE,IP4,IP6,UDP
...
}}}
even in that system the tuntaposx port is installed and working (it works
for n2n for example)
--
Ticket URL: <https://trac.macports.org/ticket/41480>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list