mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-28 13:10:02 +00:00
net/tstun: use ts_omit_gro in another place I missed earlier
I didn't notice this GRO code during b3ae1cb0cc.
Updates #17283
Change-Id: I95c06c19e489097fc8d61180dc57ae4b8a69c58c
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
e7a79ef5f1
commit
e766adf71f
@@ -1,6 +1,8 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
//go:build linux && !ts_omit_gro
|
||||
|
||||
package tstun
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user