Commit 930573e3 authored by Brenden Blanco's avatar Brenden Blanco

Merge pull request #111 from iovisor/weichunc_dev

fix tunnel_mesh.py
parents 2ac4b662 cd5ffdf3
......@@ -67,7 +67,7 @@ def run():
br.add_port(v)
br.up()
ifc_gc.append(v.ifname)
ipaddr = "99.1.%d.%d/24" % (i, host_id + 1)
ipaddr = "99.1.%d.%d/24" % (j, host_id + 1)
br.add_ip(ipaddr)
ifc_gc.append(br.ifname)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment