wireguard-go/device/mark_default.go
2019-03-03 05:00:40 +01:00

13 lines
222 B
Go

// +build !linux,!openbsd,!freebsd
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
*/
package device
func (bind *NativeBind) SetMark(mark uint32) error {
return nil
}