Do not delete 127.0.0.1 from lo

This commit is contained in:
Wojciech Kozlowski 2019-04-07 17:22:39 +02:00
parent b6f9e22015
commit 9c1b34e9b2

View File

@ -69,10 +69,6 @@ def run(experiment):
node.cmd("sysctl -w net.ipv4.ip_forward=1")
node.waitOutput()
# Delete spare loopback address for convenience
node.cmd("ip addr del 127.0.0.1/8 dev lo")
node.waitOutput()
CLI(net)
net.stop()
os.system("killall -9 {}".format(' '.join(experiment.daemons)))