aboutsummaryrefslogtreecommitdiff
path: root/mark_default.go
diff options
context:
space:
mode:
Diffstat (limited to 'mark_default.go')
-rw-r--r--mark_default.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/mark_default.go b/mark_default.go
new file mode 100644
index 0000000..7062606
--- /dev/null
+++ b/mark_default.go
@@ -0,0 +1,12 @@
+// +build !linux,!openbsd,!freebsd
+
+/* SPDX-License-Identifier: GPL-2.0
+ *
+ * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ */
+
+package main
+
+func (bind *NativeBind) SetMark(mark uint32) error {
+ return nil
+}