| 55 | } |
| 56 | |
| 57 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected