run gofmt

Signed-off-by: Lee Briggs <lee@leebriggs.co.uk>
This commit is contained in:
Lee Briggs 2025-05-27 09:07:33 -07:00
parent f65aa3d8e3
commit e5d6093ded
No known key found for this signature in database
GPG Key ID: A4D09B96FDFEB505

View File

@ -27,7 +27,7 @@ import (
// same interface and subnet. // same interface and subnet.
var forceAllIPv6Endpoints = envknob.RegisterBool("TS_DEBUG_FORCE_ALL_IPV6_ENDPOINTS") 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. // Traffic may still flow over these interfaces if system routing makes the decision to do so.
var excludeInterfaces = envknob.RegisterString("TS_DEBUG_EXCLUDE_INTERFACES") var excludeInterfaces = envknob.RegisterString("TS_DEBUG_EXCLUDE_INTERFACES")