summaryrefslogtreecommitdiffhomepage
path: root/net/interfaces/interfaces_test.go
AgeCommit message (Expand)AuthorFilesLines
2023-04-17various: add golangci-lint, fix issues (#7905)Andrew Dunham1-1/+1
2023-03-03net/interfaces: add better test for LikelyHomeRouterIPAndrew Dunham1-2/+102
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-6/+4
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-7/+8
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2021-12-29net/interfaces: define DefaultRouteInterface and State.DefaultRouteInterfaceBrad Fitzpatrick1-0/+52
2021-11-22wgengine/monitor: ignore adding/removing uninteresting IPsJosh Bleecher Snyder1-1/+37
2021-07-30net/interfaces: explicitly check netaddr.IP.Is6 in isUsableV6Matt Layher1-0/+2
2021-06-17net/{interfaces,netcheck}: rename some fields, funcsBrad Fitzpatrick1-3/+3
2021-03-30interfaces: allow IPv6 ULA as a valid address.Denton Gentry1-0/+23
2021-03-26net/interfaces: remove mutating methods, add EqualFiltered insteadBrad Fitzpatrick1-4/+8
2021-01-26net/interfaces: remove IsTailscaleIP, make callers use tsaddr.David Anderson1-21/+0
2020-10-02net/interfaces: add interfaces.State.String methodBrad Fitzpatrick1-0/+4
2020-07-06netcheck, tailcfg, interfaces, magicsock: survey UPnP, NAT-PMP, PCPBrad Fitzpatrick1-2/+6
2020-07-06net/interfaces: add func LikelyHomeRouterIPBrad Fitzpatrick1-0/+5
2020-04-10net/interfaces: add IsExpensive and up state to StateBrad Fitzpatrick1-0/+18
2020-03-10wgengine/monitor: don't call LinkChange when interfaces look unchangedBrad Fitzpatrick1-0/+31