You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear developpers, I'm trying to be able to disconnect and reconnect uplink with Xen when I have an uplink change from the hypervisor. With #107 it works fine but I still observe: In the qubes-mirage-firewall context, with one AppVM client connected and an uplink connected, immediately after uplink disconnect/connect it raises some exceptions (Shared_page_pool.use after shutdown).
I'm currently trying to find what can use after the disconnect (possibly some, still unsent, packets but unsure at this time).
So I'm wondering if there isn't something to be done in/around/before/after:
Dear developpers, I'm trying to be able to disconnect and reconnect uplink with Xen when I have an uplink change from the hypervisor. With #107 it works fine but I still observe: In the qubes-mirage-firewall context, with one AppVM client connected and an uplink connected, immediately after uplink
disconnect
/connect
it raises some exceptions (Shared_page_pool.use after shutdown
).I'm currently trying to find what can
use
after thedisconnect
(possibly some, still unsent, packets but unsure at this time).So I'm wondering if there isn't something to be done in/around/before/after:
disconnect
(there is a comment telling somirage-net-xen/lib/frontend.ml
Line 263 in 939dfcb
shutdown
(there is a comment telling me to callshutdown
again later ?mirage-net-xen/lib/shared_page_pool.ml
Line 56 in 939dfcb
I welcome any advice :)
The text was updated successfully, but these errors were encountered: