You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2012/07/30 15:18:13 UTC

[1/3] git commit: Disable IPv6 in the systemvm

Updated Branches:
  refs/heads/master 969b94e7d -> 5d31b58c1


Disable IPv6 in the systemvm


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/5d31b58c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/5d31b58c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/5d31b58c

Branch: refs/heads/master
Commit: 5d31b58c1b54d0d496f36d710bd04a3a17d40124
Parents: b4bcd7f
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Mon Jul 30 15:11:03 2012 +0200
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Mon Jul 30 15:17:56 2012 +0200

----------------------------------------------------------------------
 patches/systemvm/debian/config/etc/sysctl.conf |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/5d31b58c/patches/systemvm/debian/config/etc/sysctl.conf
----------------------------------------------------------------------
diff --git a/patches/systemvm/debian/config/etc/sysctl.conf b/patches/systemvm/debian/config/etc/sysctl.conf
index 71b90f0..7f945b0 100644
--- a/patches/systemvm/debian/config/etc/sysctl.conf
+++ b/patches/systemvm/debian/config/etc/sysctl.conf
@@ -40,3 +40,10 @@ net.ipv4.netfilter.ip_conntrack_max=1000000
 net.ipv4.tcp_tw_reuse=1
 net.ipv4.tcp_max_tw_buckets=1000000
 net.core.somaxconn=1000000
+
+# Disable IPv6
+net.ipv6.conf.all.disable_ipv6 = 1
+net.ipv6.conf.all.forwarding = 0
+net.ipv6.conf.all.accept_ra = 0
+net.ipv6.conf.all.accept_redirects = 0
+net.ipv6.conf.all.autoconf = 0