MCPcopy Create free account
hub / github.com/PasarGuard/node / defaultNetlinkOps

Struct defaultNetlinkOps

backend/wireguard/manager.go:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type defaultNetlinkOps struct{}
30
31func (defaultNetlinkOps) ParseAddr(address string) (*netlink.Addr, error) {
32 return netlink.ParseAddr(address)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected