This commit is contained in:
Nico Schottelius 2019-03-04 15:34:46 +01:00
parent 4b52b12846
commit cf844477a9
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class L2Controller(object):
@staticmethod
def add_host_ips(host, net, ipaddr, dev):
log.debug("Config host: {} {}->{} on {}".format(host, net, ipaddr, dev)
log.debug("Config host: {} {}->{} on {}".format(host, net, ipaddr, dev))
subprocess.call(["mx", host, "ip", "addr", "flush", "dev", dev])
for v6dev in [ "lo", "default", "all", dev ]: