Skip to content
Snippets Groups Projects
Unverified Commit 20583e3d authored by Aivars Sterns's avatar Aivars Sterns Committed by GitHub
Browse files

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

Always set net.bridge.bridge-nf-call-* sysctl
parents 9f4588cd bef259a6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment