We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e49a1 commit b74fc95Copy full SHA for b74fc95
qubes/vm/mix/net.py
@@ -306,7 +306,7 @@ def on_domain_load_netvm_loop_check(self, event):
306
self.netvm = None
307
308
@qubes.events.handler("domain-shutdown")
309
- def on_domain_shutdown(self, event, **kwargs):
+ def on_domain_shutdown_net(self, event, **kwargs):
310
"""Cleanup network interfaces of connected, running VMs.
311
312
This will allow re-reconnecting them cleanly later.
0 commit comments