Merge "Pass --concurrent flag to ebtables calls"

This commit is contained in:
Jenkins 2017-02-21 19:47:38 +00:00 committed by Gerrit Code Review
commit e6557fc0d7

View File

@ -191,4 +191,4 @@ NAMESPACE = None
def ebtables(comm):
execute = ip_lib.IPWrapper(NAMESPACE).netns.execute
return execute(['ebtables'] + comm, run_as_root=True)
return execute(['ebtables', '--concurrent'] + comm, run_as_root=True)