Skip to content

Commit

Permalink
vm: remove obsolete firewall handling code
Browse files Browse the repository at this point in the history
There is no vm.write_iptables_xenstore_entry().

QubesOS/qubes-issues#1815
  • Loading branch information
marmarek committed Mar 7, 2016
1 parent c871fb2 commit 09c619a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions qubes/vm/qubesvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,12 +670,6 @@ def start(self, preparing_dvm=False, start_guid=True,
self.start_qubesdb()
self.create_qdb_entries()

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

Expand Down

0 comments on commit 09c619a

Please sign in to comment.