Skip to content

Commit e22de02

Browse files
committed
disable rp_filter
Signed-off-by: clyi <clyi@alauda.io>
1 parent 62bf9bb commit e22de02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/kube-ovn/templates/ovncni-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
command:
3636
- sh
3737
- -xec
38-
- iptables -V
38+
- sysctl -w net.ipv4.conf.all.arp_filter=0; sysctl -w net.ipv4.conf.default.arp_filter=0; iptables -V
3939
securityContext:
4040
allowPrivilegeEscalation: true
4141
capabilities:

dist/images/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4681,7 +4681,7 @@ spec:
46814681
command:
46824682
- sh
46834683
- -xec
4684-
- iptables -V
4684+
- sysctl -w net.ipv4.conf.all.arp_filter=0; sysctl -w net.ipv4.conf.default.arp_filter=0; iptables -V
46854685
securityContext:
46864686
allowPrivilegeEscalation: true
46874687
capabilities:

0 commit comments

Comments
 (0)