You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/interfaces
Brad Fitzpatrick 7f174e84e6 net/interfaces: remove mutating methods, add EqualFiltered instead
Now callers (wgengine/monitor) don't need to mutate the state to remove
boring interfaces before calling State.Equal. Instead, the methods
to remove boring interfaces from the State are removed, as is
the reflect-using Equal method itself, and in their place is
a new EqualFiltered method that takes a func predicate to match
interfaces to compare.

And then the FilterInteresting predicate is added for use
with EqualFiltered to do the job that that wgengine/monitor
previously wanted.

Now wgengine/monitor can keep the full interface state around,
including the "boring" interfaces, which we'll need for peerapi on
macOS/iOS to bind to the interface index of the utunN device.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
4 years ago
..
interfaces.go net/interfaces: remove mutating methods, add EqualFiltered instead 4 years ago
interfaces_darwin.go net/interfaces: rewrite the darwin likelyHomeRouterIP from C to Go 4 years ago
interfaces_darwin_test.go net/interfaces: rewrite the darwin likelyHomeRouterIP from C to Go 4 years ago
interfaces_default_route_test.go net/{interfaces,netns}: add some new tests, missed from prior commit 4 years ago
interfaces_defaultrouteif_todo.go net/interfaces: merge darwin files for DefaultRouteInterface in sandbox 4 years ago
interfaces_linux.go net/netns, net/interfaces: move defaultRouteInterface, add Android fallback 4 years ago
interfaces_linux_test.go net/netns, net/interfaces: move defaultRouteInterface, add Android fallback 4 years ago
interfaces_test.go net/interfaces: remove mutating methods, add EqualFiltered instead 4 years ago
interfaces_windows.go net/interfaces: use windows API to get the default route instead of parsing `route print` output 4 years ago
interfaces_windows_test.go net/interfaces: quiet PAC detection logging in no-PAC case, add benchmark 4 years ago
route.h net/interfaces: use syscalls to find private gateway IP address 4 years ago