MCPcopy 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
47func (defaultNetlinkOps) LinkSetUp(link netlink.Link) error {
48 return netlink.LinkSetUp(link)
49}
50
51func (defaultNetlinkOps) LinkDel(link netlink.Link) error {
52 return netlink.LinkDel(link)

Callers

nothing calls this directly

Calls 1

LinkSetUpMethod · 0.65

Tested by

no test coverage detected