Skip to content

Commit

Permalink
logica inversa
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Apr 30, 2018
1 parent f3eae75 commit a04f3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/sysctlbase.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kernel.core_uses_pid = <%= scope.function_bool2number([@core_uses_pid]) %>
net.ipv4.tcp_syncookies = <%= scope.function_bool2number([@ipv4_tcp_syncookies]) %>

<% if @disable_netfilter_on_bridges %>
<%- if scope.lookupvar('::eyp_sysctl_net_bridge')!="true" -%>
<%- if scope.lookupvar('::eyp_sysctl_net_bridge')=="true" -%>
# Disable netfilter on bridges.
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
Expand Down

0 comments on commit a04f3d7

Please sign in to comment.