summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/tcpip.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-07-11 13:25:17 +0000
committergVisor bot <gvisor-bot@google.com>2020-07-11 13:25:17 +0000
commit7f634efbfa8ab38b63631bf259a87c5bc7c04bed (patch)
tree81fd34bcc1f69a3020c6a2e40104dff23271114f /pkg/tcpip/tcpip.go
parent7c2f78ead662934ac0e92d4a3addaec7db6e3cbd (diff)
parent216dcebc066c82907b0de790a77a3deb6a734805 (diff)
Merge release-20200622.1-90-g216dcebc0 (automated)
Diffstat (limited to 'pkg/tcpip/tcpip.go')
-rw-r--r--pkg/tcpip/tcpip.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/tcpip/tcpip.go b/pkg/tcpip/tcpip.go
index cf7291d09..71bcee785 100644
--- a/pkg/tcpip/tcpip.go
+++ b/pkg/tcpip/tcpip.go
@@ -855,7 +855,10 @@ type OutOfBandInlineOption int
// a default TTL.
type DefaultTTLOption uint8
-//
+// SocketDetachFilterOption is used by SetSockOpt to detach a previously attached
+// classic BPF filter on a given endpoint.
+type SocketDetachFilterOption int
+
// IPPacketInfo is the message structure for IP_PKTINFO.
//
// +stateify savable