From 8ac2d13e7262be0bb5738aebf52b95cdc13b65e2 Mon Sep 17 00:00:00 2001 From: Laurent Bernaille Date: Tue, 12 Mar 2019 13:50:29 +0100 Subject: [PATCH] [kube-proxy/ipvs] Add flag to enable strict ARP Kubernetes-commit: 09f821ddb58dd59e89130f03b75a700061c117a8 --- config/v1alpha1/types.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/v1alpha1/types.go b/config/v1alpha1/types.go index b266a5c..78b6a0e 100644 --- a/config/v1alpha1/types.go +++ b/config/v1alpha1/types.go @@ -51,6 +51,9 @@ type KubeProxyIPVSConfiguration struct { // excludeCIDRs is a list of CIDR's which the ipvs proxier should not touch // when cleaning up ipvs services. ExcludeCIDRs []string `json:"excludeCIDRs"` + // strict ARP configure arp_ignore and arp_announce to avoid answering ARP queries + // from kube-ipvs0 interface + StrictARP bool `json:"strictARP"` } // KubeProxyConntrackConfiguration contains conntrack settings for