mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-03-03 12:29:15 -05:00
remove delay as the fix should be in mirage-net-xen
This commit is contained in:
parent
6f6eab5cd5
commit
2d822302d8
@ -487,7 +487,6 @@ struct
|
|||||||
Log.info (fun f ->
|
Log.info (fun f ->
|
||||||
f "disconnecting from our uplink");
|
f "disconnecting from our uplink");
|
||||||
Netif.disconnect uplink.net;
|
Netif.disconnect uplink.net;
|
||||||
Time.sleep_ns (Duration.of_sec 1) >>= fun () ->
|
|
||||||
Lwt_condition.broadcast router.uplink_disconnected ();
|
Lwt_condition.broadcast router.uplink_disconnected ();
|
||||||
Lwt.return_unit
|
Lwt.return_unit
|
||||||
| e -> Lwt.fail e)
|
| e -> Lwt.fail e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user