summaryrefslogtreecommitdiffstats
path: root/mark_default.go
blob: 70626068ca082b86ff6d8865d34ce45ac455a6c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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
}