From: Jason A. Donenfeld Date: Fri, 12 Apr 2019 13:27:27 +0000 (+0200) Subject: conn: linux: RTA_MARK has moved to x/sys X-Git-Tag: 0.0.20190517~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b77bf78cda24582688325cf3197866b60aed69e;p=thirdparty%2Fwireguard-go.git conn: linux: RTA_MARK has moved to x/sys --- 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), }