mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix bad merge
PiperOrigin-RevId: 235818534 Change-Id: I99f7e3fd1dc808b35f7a08b96b7c3226603ab808
This commit is contained in:
committed by
Shentubot
parent
aeb7283a91
commit
cff2c57192
@@ -1230,10 +1230,7 @@ func setSockOptIP(t *kernel.Task, ep commonEndpoint, name int, optVal []byte) *s
|
||||
}))
|
||||
|
||||
case linux.MCAST_JOIN_GROUP:
|
||||
// FIXME: Disallow IP-level multicast group options by
|
||||
// default. These will need to be supported by appropriately plumbing
|
||||
// the level through to the network stack (if at all). However, we
|
||||
// still allow setting TTL, and multicast-enable/disable type options.
|
||||
// FIXME: Implement MCAST_JOIN_GROUP.
|
||||
t.Kernel().EmitUnimplementedEvent(t)
|
||||
return syserr.ErrInvalidArgument
|
||||
|
||||
|
||||
Reference in New Issue
Block a user