bug 7722: open vswitch - fix issue that flows un-delete when VM stop

This commit is contained in:
Frank 2011-01-10 13:45:37 -08:00
parent ff3b0b3532
commit c07d1be1aa

View File

@ -150,6 +150,7 @@ def vlanRemapUtils(session, args):
cmd.insert(4, args.pop("ofports"))
cmd.insert(5, args.pop("macs"))
cmd.insert(6, args.pop("remap"))
cmd.insert(7, args.pop("reCreate"))
elif op == "setTag":
cmd.insert(3, args.pop("bridge"))
cmd.insert(4, args.pop("vifName"))