typo
This commit is contained in:
parent
4b52b12846
commit
cf844477a9
1 changed files with 1 additions and 1 deletions
|
@ -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 ]:
|
||||
|
|
Loading…
Reference in a new issue