commit | b952253d3f0ed74ce12c4b941c7fbc0f5ac6105a | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Jan 12 09:31:00 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Jan 12 09:31:00 2017 +0000 |
tree | eb04d52ced2c775305f3737c634f7f1d1f16197e | |
parent | 1ba23d6ac6cb3dae3de67674f510f03077976ee9 [diff] | |
parent | 3f771b7bcb04a22c056f87e9e9bae76209fd3555 [diff] |
Merge "iptables: don't enable arptables firewall"
diff --git a/functions b/functions index 6a0ac67..0be9794 100644 --- a/functions +++ b/functions
@@ -658,7 +658,7 @@ # Enable bridge firewalling in case it's disabled in kernel (upstream # default is enabled, but some distributions may decide to change it). # This is at least needed for RHEL 7.2 and earlier releases. - for proto in arp ip ip6; do + for proto in ip ip6; do sudo sysctl -w net.bridge.bridge-nf-call-${proto}tables=1 done }