tailscale/wgengine/filter
David Anderson 2eb474dd8d wgengine/filter: add test cases for len(dsts) > 1.
While the code was correct, I broke it during a refactoring and
tests didn't detect it. This fixes that glitch.

Signed-off-by: David Anderson <danderson@tailscale.com>
2020-11-12 21:41:52 -08:00
..
filter.go wgengine/filter: add full IPv6 support. 2020-11-12 21:41:15 -08:00
filter_test.go wgengine/filter: add test cases for len(dsts) > 1. 2020-11-12 21:41:52 -08:00
match.go wgengine/filter: remove helper vars, mark NewAllowAll test-only. 2020-11-09 22:02:37 -08:00
match4.go wgengine/filter: add full IPv6 support. 2020-11-12 21:41:15 -08:00
match6.go wgengine/filter: inline ip6InList into match. 2020-11-12 21:41:47 -08:00
match6_test.go wgengine/filter: twiddle bits to optimize 2020-11-12 21:41:33 -08:00
tailcfg.go wgengine/filter: treat * as both a v4 and v6 wildcard. 2020-11-12 21:41:29 -08:00