diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-03-03 05:01:06 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-03-04 16:37:11 +0100 |
commit | b8e85267cf22528a96cefba5f86bac5958ce0c58 (patch) | |
tree | d6441205ba32a2ea5cb6f8c5dcba80a6387024dd /device/mark_default.go | |
parent | 69f0fe67b63d90e523a5a1241fb1b46c2e8dbe03 (diff) |
boundif: introduce API for socket binding
Diffstat (limited to 'device/mark_default.go')
-rw-r--r-- | device/mark_default.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/mark_default.go b/device/mark_default.go index 76b1015..7de2524 100644 --- a/device/mark_default.go +++ b/device/mark_default.go @@ -7,6 +7,6 @@ package device -func (bind *NativeBind) SetMark(mark uint32) error { +func (bind *nativeBind) SetMark(mark uint32) error { return nil } |