refactor: Modular inbound/outbound manager #3302
Annotations
10 errors and 1 warning
Build:
protocol/direct/loopback_detect.go#L36
l.router.InterfaceFinder().InterfaceByAddr undefined (type control.InterfaceFinder has no field or method InterfaceByAddr)
|
Build:
protocol/direct/loopback_detect.go#L62
l.router.InterfaceFinder().InterfaceByAddr undefined (type control.InterfaceFinder has no field or method InterfaceByAddr)
|
Build:
protocol/direct/loopback_detect.go#L85
l.router.InterfaceFinder().InterfaceByAddr undefined (type control.InterfaceFinder has no field or method InterfaceByAddr) (typecheck)
|
Build:
route/dns.go#L35
impossible type assertion: conn.(*udpnat.Conn)
|
Build:
route/dns.go#L41
cannot use uConn (variable of type *udpnat.Conn) as network.PacketConn value in argument to ExchangeDNSPacket: *udpnat.Conn does not implement network.PacketConn (type *udpnat.Conn is pointer to interface, not interface)
|
Build:
route/dns.go#L43
uConn.SetHandler undefined (type *udpnat.Conn is pointer to interface, not interface)
|
Build:
route/route.go#L462
action.UDPDisableDomainUnmapping undefined (type *rule.RuleActionRoute has no field or method UDPDisableDomainUnmapping)
|
Build:
route/route.go#L463
action.UDPConnect undefined (type *rule.RuleActionRoute has no field or method UDPConnect)
|
Build:
route/router.go#L359
cannot use router.notifyNetworkUpdate (value of type func(event int)) as func(defaultInterface *control.Interface, flags int) value in argument to interfaceMonitor.RegisterCallback
|
Build:
route/router.go#L599
cannot use func(_ int) {…} (value of type func(_ int)) as func(defaultInterface *control.Interface, flags int) value in argument to r.interfaceMonitor.RegisterCallback
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|