diff options
author | Kevin Krakauer <krakauer@google.com> | 2020-01-21 14:54:39 -0800 |
---|---|---|
committer | Kevin Krakauer <krakauer@google.com> | 2020-01-21 14:54:39 -0800 |
commit | 421b6ff18154f80ea8cbbfd8340042ab458bf813 (patch) | |
tree | 15bf1e693e3bcd8a9696f7fbe1342f6cd6c5c558 | |
parent | 2661101ad470548cb15dce0afc694296668d780a (diff) |
Passes all filter table UDP tests.
-rw-r--r-- | pkg/tcpip/iptables/BUILD | 1 |
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", ], |