refactor: rearrange iface package

This commit is contained in:
braginini
2021-06-24 11:46:33 +02:00
parent f2ca2fc7c1
commit a40669270a
5 changed files with 260 additions and 267 deletions

View File

@ -15,7 +15,6 @@ func Create(iface string, address string) error {
} else {
return CreateWithUserspace(iface, address)
}
}
// CreateWithKernel Creates a new Wireguard interface using kernel Wireguard module.