mirror of https://github.com/apache/cloudstack.git
bug CS-16027: fixed typo. regression due to 8683857c6c
status CS-16027: resolved fixed
This commit is contained in:
parent
8683857c6c
commit
9dc685cefb
|
|
@ -941,7 +941,7 @@ def network_rules_for_rebooted_vm(session, vmName):
|
|||
delcmd2 = "iptables-save | grep '\-A " + vmchain_default + "' | grep physdev-out | sed 's/-A/-D/'"
|
||||
inscmd = "iptables-save | grep '\-A " + vmchain_default + "' | grep physdev-in | grep vif | sed -r 's/vif[0-9]+.0/" + vif + "/' "
|
||||
inscmd3 = "iptables-save | grep '\-A " + vmchain_default + "' | grep physdev-out | grep vif | sed -r 's/vif[0-9]+.0/" + vif + "/' "
|
||||
if tap == 'none';
|
||||
if tap == 'none':
|
||||
inscmd2 = ''
|
||||
inscmd4 = ''
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue