aboutsummaryrefslogtreecommitdiffstats
path: root/device/mark_unix.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-03 05:01:06 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-04 16:37:11 +0100
commitb8e85267cf22528a96cefba5f86bac5958ce0c58 (patch)
treed6441205ba32a2ea5cb6f8c5dcba80a6387024dd /device/mark_unix.go
parentglobal: begin modularization (diff)
downloadwireguard-go-b8e85267cf22528a96cefba5f86bac5958ce0c58.tar.xz
wireguard-go-b8e85267cf22528a96cefba5f86bac5958ce0c58.zip
boundif: introduce API for socket binding
Diffstat (limited to 'device/mark_unix.go')
-rw-r--r--device/mark_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/mark_unix.go b/device/mark_unix.go
index ee64cc9..a791c71 100644
--- a/device/mark_unix.go
+++ b/device/mark_unix.go
@@ -25,7 +25,7 @@ func init() {
}
}
-func (bind *NativeBind) SetMark(mark uint32) error {
+func (bind *nativeBind) SetMark(mark uint32) error {
var operr error
if fwmarkIoctl == 0 {
return nil