Move IPv6 disable to 'other', and fix X11 forwarding

should fix #128
This commit is contained in:
Bob Lantz
2013-04-09 22:46:49 -07:00
parent 0f6bf4ce84
commit c3f975aef8
2 changed files with 32 additions and 22 deletions
-4
View File
@@ -16,7 +16,3 @@ net.ipv4.neigh.default.gc_thresh3 = 16384
# Mininet: increase routing table size
net.ipv4.route.max_size=32768
# Mininet: disable IPv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1