diff options
Diffstat (limited to 'device/conn_linux.go')
-rw-r--r-- | device/conn_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/conn_linux.go b/device/conn_linux.go index 6a8520e..06b15f9 100644 --- a/device/conn_linux.go +++ b/device/conn_linux.go @@ -719,7 +719,7 @@ func (bind *nativeBind) routineRouteListener(device *Device) { peer.endpoint.(*NativeEndpoint).src4().src, unix.RtAttr{ Len: 8, - Type: 0x10, //unix.RTA_MARK TODO: add this to x/sys/unix + Type: unix.RTA_MARK, }, uint32(bind.lastMark), } |