Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PasarGuard/node
/ LinkDel
Method
LinkDel
backend/wireguard/manager.go:51–53 ·
view source on GitHub ↗
(link netlink.Link)
Source
from the content-addressed store, hash-verified
49
}
50
51
func
(defaultNetlinkOps) LinkDel(link netlink.Link) error {
52
return
netlink.LinkDel(link)
53
}
54
55
type
configureDeviceFunc
func
(client wgClient, interfaceName string, config wgtypes.Config) error
56
Callers
nothing calls this directly
Calls
1
LinkDel
Method · 0.65
Tested by
no test coverage detected