mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 12:30:11 +02:00
caabaf918e
- Netlink linux tagged files - Netlink linux || darwin tagged files - Create non-implemented files for NOT linux - Create non-implemented files for NOT linux and NOT darwin - Specify wireguard netlink integration test as for linux only
8 lines
128 B
Go
8 lines
128 B
Go
//go:build !linux
|
|
|
|
package netlink
|
|
|
|
func (n *NetLink) IsWireguardSupported() (ok bool, err error) {
|
|
panic("not implemented")
|
|
}
|