summaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-09-08 16:09:46 +0300
committerLars Wirzenius <liw@liw.fi>2016-09-08 16:09:46 +0300
commite3cf8b710918536ea951a6064a340dbaa4dea3ad (patch)
treed5ae1033ac4275183a6bd91fdb901e8a5990b903 /ansible
parenta261ce1981a9d4700883fe2f6cd977661707dcc3 (diff)
downloadminipc-router-e3cf8b710918536ea951a6064a340dbaa4dea3ad.tar.gz
Disable IPv6 forwarding
We'll re-enable this when we understand IPv6 better. Sorry.
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/router/files/enable-routing.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/router/files/enable-routing.conf b/ansible/roles/router/files/enable-routing.conf
index c24ade9..6ab7319 100644
--- a/ansible/roles/router/files/enable-routing.conf
+++ b/ansible/roles/router/files/enable-routing.conf
@@ -1,2 +1,2 @@
net.ipv4.ip_forward=1
-net.ipv6.conf.all.forwarding=1
+net.ipv6.conf.all.forwarding=0