From 0b77bf78cda24582688325cf3197866b60aed69e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 12 Apr 2019 15:27:27 +0200 Subject: [PATCH] conn: linux: RTA_MARK has moved to x/sys --- device/conn_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }