You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
netstack: set loopback as outgoing NIC for local traffic
This CL adjusts the network stack's behavior to route traffic addressed to any
of the local IP addresses through the loopback interface. This change is
required to match the Linux behavior.
The CL introduces a loopbackNIC field in the Stack struct to cache the loopback
interface. This cached interface is then used in findLocalRouteRLocked to create
a local route for traffic destined to any local address.
PiperOrigin-RevId: 795893254
0 commit comments