From 6335ef8b486c573d18e89b89017f6e758ca60f4b Mon Sep 17 00:00:00 2001 From: Viktor Liu Date: Thu, 9 Jan 2025 14:10:33 +0100 Subject: [PATCH] Correct comment --- client/firewall/uspfilter/uspfilter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/firewall/uspfilter/uspfilter.go b/client/firewall/uspfilter/uspfilter.go index 7459a9a49..dc3a0c24e 100644 --- a/client/firewall/uspfilter/uspfilter.go +++ b/client/firewall/uspfilter/uspfilter.go @@ -112,7 +112,7 @@ func CreateWithNativeFirewall(iface common.IFaceMapper, nativeFirewall firewall. forceNativeRouter, _ := strconv.ParseBool(EnvForceNativeRouter) // if the OS supports routing natively, or it is explicitly requested, then we don't need to filter/route ourselves - // netstack mode won't support userspace routing as there is no interface + // netstack mode won't support native routing as there is no interface if forceNativeRouter || !netstack.IsEnabled() && mgr.nativeFirewall != nil && mgr.nativeFirewall.IsServerRouteSupported() {