Skip to content

Commit

Permalink
sysctl aus interface raus
Browse files Browse the repository at this point in the history
  • Loading branch information
Geno committed Aug 6, 2015
1 parent 386ba4d commit d9921b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions roles/batman-adv-interface/templates/interfaces
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ iface br-{{ site_code }} inet static
pre-down ip rule del iif $IFACE table default-freifunk priority 16385
post-up ip -6 rule add iif $IFACE table default-freifunk priority 32767
pre-down ip -6 rule del iif $IFACE table default-freifunk priority 32767
post-up sysctl -w net.ipv6.conf.all.forwarding=1
pre-down sysctl -w net.ipv6.conf.all.forwarding=0
post-up sysctl -w net.ipv4.conf.all.forwarding=1
pre-down sysctl -w net.ipv4.conf.all.forwarding=0
{% endif %}

iface br-{{ site_code }} inet6 static
Expand Down

0 comments on commit d9921b3

Please sign in to comment.