MCPcopy
hub / github.com/cloudflare/cloudflared / icmpRouter

Struct icmpRouter

ingress/origin_icmp_proxy.go:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57type icmpRouter struct {
58 ipv4Proxy *icmpProxy
59 ipv4Src netip.Addr
60 ipv6Proxy *icmpProxy
61 ipv6Src netip.Addr
62}
63
64// NewICMPRouter doesn't return an error if either ipv4 proxy or ipv6 proxy can be created. The machine might only
65// support one of them.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected