Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PasarGuard/node
/ LinkSetUp
Method
LinkSetUp
backend/wireguard/manager.go:47–49 ·
view source on GitHub ↗
(link netlink.Link)
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(defaultNetlinkOps) LinkSetUp(link netlink.Link) error {
48
return
netlink.LinkSetUp(link)
49
}
50
51
func
(defaultNetlinkOps) LinkDel(link netlink.Link) error {
52
return
netlink.LinkDel(link)
Callers
nothing calls this directly
Calls
1
LinkSetUp
Method · 0.65
Tested by
no test coverage detected