wireguard-go/device/mark_default.go

13 lines
222 B
Go
Raw Normal View History

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