diff options
| author | Lee Briggs <lee@leebriggs.co.uk> | 2025-05-27 09:07:33 -0700 |
|---|---|---|
| committer | Lee Briggs <lee@leebriggs.co.uk> | 2025-05-27 09:07:33 -0700 |
| commit | e5d6093dedf94027f61ccd6f0dbb2ad6dd106b49 (patch) | |
| tree | 0dcffadd76c91ad5f42e6a2888b3a6f87abb7f16 | |
| parent | f65aa3d8e3a6266ccf3363e8a2c440a7f76213be (diff) | |
| download | tailscale-exclude_int.tar.xz tailscale-exclude_int.zip | |
run gofmtexclude_int
Signed-off-by: Lee Briggs <lee@leebriggs.co.uk>
| -rw-r--r-- | net/netmon/state.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netmon/state.go b/net/netmon/state.go index 0ea090cb4..250b50e82 100644 --- a/net/netmon/state.go +++ b/net/netmon/state.go @@ -27,7 +27,7 @@ import ( // same interface and subnet. var forceAllIPv6Endpoints = envknob.RegisterBool("TS_DEBUG_FORCE_ALL_IPV6_ENDPOINTS") -// suppressInterfaces is a debug knob containing a list of interface names that should not be advertised as endpoints. +// suppressInterfaces is a debug knob containing a list of interface names that should not be advertised as endpoints. // Traffic may still flow over these interfaces if system routing makes the decision to do so. var excludeInterfaces = envknob.RegisterString("TS_DEBUG_EXCLUDE_INTERFACES") |
