vm: remove obsolete firewall handling code

There is no vm.write_iptables_xenstore_entry().

QubesOS/qubes-issues#1815
This commit is contained in:
Marek Marczykowski-Górecki 2016-03-07 01:04:53 +01:00 committed by Wojtek Porczyk
parent a0fa8fcc8e
commit 736773dbec

View File

@ -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()