Browse Source

Merge pull request #2067 from manics/sysctl-net-brfilter

Always set net.bridge.bridge-nf-call-* sysctl
pull/2278/merge
Aivars Sterns 6 years ago
committed by GitHub
parent
commit
20583e3d15
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/node/tasks/main.yml

2
roles/kubernetes/node/tasks/main.yml

@ -98,7 +98,7 @@
state: present
value: 1
reload: yes
when: modinfo_br_netfilter.rc == 1 and sysctl_bridge_nf_call_iptables.rc == 0
when: sysctl_bridge_nf_call_iptables.rc == 0
with_items:
- net.bridge.bridge-nf-call-iptables
- net.bridge.bridge-nf-call-arptables

Loading…
Cancel
Save