Skip to content
Snippets Groups Projects
Commit 9734d9d7 authored by Bob Lantz's avatar Bob Lantz
Browse files

Add configuration to disable IPv6, since old method no longer works.

fixes #108
parent 23c70f60
No related branches found
No related tags found
No related merge requests found
...@@ -15,3 +15,8 @@ net.ipv4.neigh.default.gc_thresh3 = 16384 ...@@ -15,3 +15,8 @@ net.ipv4.neigh.default.gc_thresh3 = 16384
# Mininet: increase routing table size # Mininet: increase routing table size
net.ipv4.route.max_size=32768 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment