diff options
author | Kevin Krakauer <krakauer@google.com> | 2021-10-18 15:07:06 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-10-18 15:14:28 -0700 |
commit | 211bbf82ad2f490ed7215568c2065d76dfa682ca (patch) | |
tree | 14216f21f1271cf162c82069558128aef0a4931a /pkg/tcpip/stack/BUILD | |
parent | fa56fbf44e440bbbca710ef1b7cc1d54f862c20e (diff) |
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
Diffstat (limited to 'pkg/tcpip/stack/BUILD')
-rw-r--r-- | pkg/tcpip/stack/BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
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", |