MCPcopy 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
51func (defaultNetlinkOps) LinkDel(link netlink.Link) error {
52 return netlink.LinkDel(link)
53}
54
55type configureDeviceFunc func(client wgClient, interfaceName string, config wgtypes.Config) error
56

Callers

nothing calls this directly

Calls 1

LinkDelMethod · 0.65

Tested by

no test coverage detected