mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 16:56:39 +00:00
fix doc and lint warns for iface package
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
const (
|
||||
interfacePrefix = "wg"
|
||||
)
|
||||
//const (
|
||||
// interfacePrefix = "wg"
|
||||
//)
|
||||
|
||||
// assignAddr Adds IP address to the tunnel interface
|
||||
func assignAddr(iface string, address string) error {
|
||||
|
||||
Reference in New Issue
Block a user