diff --git a/projectcalico.org/felixconfiguration_v3.json b/projectcalico.org/felixconfiguration_v3.json index 4e46487..585b7c1 100644 --- a/projectcalico.org/felixconfiguration_v3.json +++ b/projectcalico.org/felixconfiguration_v3.json @@ -766,6 +766,10 @@ "description": "WireguardRoutingRulePriority controls the priority value to use for the Wireguard routing rule. [Default: 99]", "type": "integer" }, + "wireguardThreadingEnabled": { + "description": "WireguardThreadingEnabled controls whether Wireguard has NAPI threading enabled. [Default: false]", + "type": "boolean" + }, "workloadSourceSpoofing": { "description": "WorkloadSourceSpoofing controls whether pods can use the allowedSourcePrefixes annotation to send traffic with a source IP address that is not theirs. This is disabled by default. When set to \"Any\", pods can request any prefix.", "pattern": "^(?i)(Disabled|Any)?$",