summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2020-01-21 14:54:39 -0800
committerKevin Krakauer <krakauer@google.com>2020-01-21 14:54:39 -0800
commit421b6ff18154f80ea8cbbfd8340042ab458bf813 (patch)
tree15bf1e693e3bcd8a9696f7fbe1342f6cd6c5c558 /pkg
parent2661101ad470548cb15dce0afc694296668d780a (diff)
Passes all filter table UDP tests.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/tcpip/iptables/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/tcpip/iptables/BUILD b/pkg/tcpip/iptables/BUILD
index ff4e3c932..e41c645ed 100644
--- a/pkg/tcpip/iptables/BUILD
+++ b/pkg/tcpip/iptables/BUILD
@@ -7,7 +7,6 @@ go_library(
srcs = [
"iptables.go",
"targets.go",
- "tcp_matcher.go",
"types.go",
"udp_matcher.go",
],