bug CS-16027: fixed typo. regression due to 8683857c6c

status CS-16027: resolved fixed
This commit is contained in:
kishan 2012-08-16 12:15:14 +05:30
parent 8683857c6c
commit 9dc685cefb
1 changed files with 1 additions and 1 deletions

View File

@ -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: