mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-08-08 06:32:50 -04:00
Use Git master for shared-memory-ring and netchannel
This adds support for HVM and disposable domains. Also, update the suggested RAM allocation slightly as 20 MB can be too small with lots of VMs.
This commit is contained in:
parent
ef0eb56fb8
commit
b114e569f2
4 changed files with 9 additions and 6 deletions
|
@ -106,7 +106,7 @@ let add_client ~router vif client_ip =
|
|||
add_vif vif ~client_ip ~router ~cleanup_tasks
|
||||
)
|
||||
(fun ex ->
|
||||
Log.warn (fun f -> f "Error connecting client %a: %s"
|
||||
Log.warn (fun f -> f "Error with client %a: %s"
|
||||
Dao.ClientVif.pp vif (Printexc.to_string ex));
|
||||
return ()
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue