wgengine/filter: add full IPv6 support.

Part of #19.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2020-11-10 23:23:17 -08:00
parent fac2b30eff
commit 04ff3c91ee
9 changed files with 963 additions and 490 deletions
+1 -1
View File
@@ -66,8 +66,8 @@ func (npr npr4) String() string {
}
type match4 struct {
dsts []npr4
srcs []net4
dsts []npr4
}
type matches4 []match4