vm: remove obsolete firewall handling code
There is no vm.write_iptables_xenstore_entry(). QubesOS/qubes-issues#1815
This commit is contained in:
parent
a0fa8fcc8e
commit
736773dbec
@ -673,12 +673,6 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM):
|
||||
if preparing_dvm:
|
||||
self.qdb.write('/dvm', '1')
|
||||
|
||||
self.log.info('Updating firewall rules')
|
||||
|
||||
for vm in self.app.domains:
|
||||
if vm.is_proxyvm() and vm.is_running():
|
||||
vm.write_iptables_xenstore_entry()
|
||||
|
||||
self.log.warning('Activating the {} VM'.format(self.name))
|
||||
self.libvirt_domain.resume()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user