wireguard-go/mark_default.go

13 lines
220 B
Go
Raw Normal View History

2018-12-11 18:21:11 +01:00
// +build !linux,!openbsd,!freebsd
2019-01-02 01:55:51 +01:00
/* SPDX-License-Identifier: MIT
2018-12-11 18:21:11 +01:00
*
2019-01-02 01:55:51 +01:00
* Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
2018-12-11 18:21:11 +01:00
*/
package main
func (bind *NativeBind) SetMark(mark uint32) error {
return nil
}