From 4adc687275e94a3bf610dd1719524efb1d6395e3 Mon Sep 17 00:00:00 2001 From: Lars Ekman Date: Fri, 23 Dec 2022 11:13:55 +0100 Subject: [PATCH] Fixed typo --- pkg/proxy/ipvs/proxier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proxy/ipvs/proxier.go b/pkg/proxy/ipvs/proxier.go index a4ceb050da4..1562f3e6729 100644 --- a/pkg/proxy/ipvs/proxier.go +++ b/pkg/proxy/ipvs/proxier.go @@ -698,7 +698,7 @@ func CanUseIPVSProxier(ipvs utilipvs.Interface, ipsetver IPSetVersioner, schedul // then traffic will temporary be routed to ipvs during the probe and dropped. // The later case is also and invalid configuration, but the traffic impact will be minor. // This should not be a problem if users honors reserved addresses, but cut/paste - // from documentation is not unheard of, so the restricion to not use the TEST-NET-2 range + // from documentation is not unheard of, so the restriction to not use the TEST-NET-2 range // must be documented. vs := utilipvs.VirtualServer{ Address: net.ParseIP("198.51.100.0"),