Passes all filter table UDP tests.

This commit is contained in:
Kevin Krakauer 2020-01-21 14:54:39 -08:00
parent 2661101ad4
commit 421b6ff181
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ go_library(
srcs = [ srcs = [
"iptables.go", "iptables.go",
"targets.go", "targets.go",
"tcp_matcher.go",
"types.go", "types.go",
"udp_matcher.go", "udp_matcher.go",
], ],