From 211bbf82ad2f490ed7215568c2065d76dfa682ca Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Mon, 18 Oct 2021 15:07:06 -0700 Subject: conntrack: use tcpip.Clock instead of time.Time - We should be using a monotonic clock - This will make future testing easier Updates #6748. PiperOrigin-RevId: 404072318 --- pkg/tcpip/stack/BUILD | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/tcpip/stack/BUILD') diff --git a/pkg/tcpip/stack/BUILD b/pkg/tcpip/stack/BUILD index 6c42ab29b..6999add78 100644 --- a/pkg/tcpip/stack/BUILD +++ b/pkg/tcpip/stack/BUILD @@ -48,7 +48,6 @@ go_library( "hook_string.go", "icmp_rate_limit.go", "iptables.go", - "iptables_state.go", "iptables_targets.go", "iptables_types.go", "neighbor_cache.go", -- cgit v1.2.3