EtherGuard-VPN/mark_default.go

13 lines
224 B
Go
Raw Normal View History

2018-12-11 18:21:11 +01:00
// +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
}