fwvm -> proxyvm rename fix
This commit is contained in:
parent
7e29c397aa
commit
9895665f2c
@ -560,7 +560,7 @@ class QubesVm(object):
|
||||
if verbose:
|
||||
print "--> Updating FirewallVMs rules..."
|
||||
for vm in qvm_collection.values():
|
||||
if vm.is_fwvm():
|
||||
if vm.is_proxyvm():
|
||||
vm.write_iptables_xenstore_entry()
|
||||
|
||||
if verbose:
|
||||
|
Loading…
Reference in New Issue
Block a user