Skip to content
Snippets Groups Projects
Commit 8c3a646c authored by Martin André's avatar Martin André
Browse files

Fix wrong sysctl variable name

The bridge parameters should be net.bridge.* according to install
documentation at docs.openstack.org.

Change-Id: Ib29dd462e01f26e3fec48f0730ed322f2704cd8a
Closes-Bug: #1503416
parent a748d5e4
No related branches found
No related tags found
No related merge requests found
---
- name: Disabling netfilter for bridges
sysctl: name="net.ipv4.bridge-nf-call-{{ item }}" value=1 sysctl_set=yes
sysctl: name="net.bridge-nf-call-{{ item }}" value=1 sysctl_set=yes
with_items:
- "iptables"
- "ip6tables"
......
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