diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-09-07 01:10:45 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-09-07 01:10:45 +0000 |
commit | 23a1fde981f1c390df5e6536566149f89a3b37fd (patch) | |
tree | 14f09dc0e39e84c0d47ec17c4525046acd2d9e31 /pkg/tcpip/tcpip.go | |
parent | c84161e6acb9a7a04fa0a7eecb15d5143c0283ba (diff) | |
parent | fe1f5210774d015d653df164d6f676658863780c (diff) |
Merge fe1f5210 (automated)
Diffstat (limited to 'pkg/tcpip/tcpip.go')
-rw-r--r-- | pkg/tcpip/tcpip.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/tcpip/tcpip.go b/pkg/tcpip/tcpip.go index 418e771d2..ebf8a2d04 100644 --- a/pkg/tcpip/tcpip.go +++ b/pkg/tcpip/tcpip.go @@ -600,9 +600,6 @@ func (r Route) String() string { return out.String() } -// LinkEndpointID represents a data link layer endpoint. -type LinkEndpointID uint64 - // TransportProtocolNumber is the number of a transport protocol. type TransportProtocolNumber uint32 |