Skip to content

Commit f0b8341

Browse files
committed
Restore the old behavior to avoid breaking change
1 parent 967e57e commit f0b8341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vnetif/vnetif.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module Make (B : BACKEND) = struct
5050
flush_on_disconnect : bool;
5151
}
5252

53-
let connect ?size_limit ?flush_on_disconnect:(flush_on_disconnect=true) ?monitor_fn ?unlock_on_listen backend =
53+
let connect ?size_limit ?flush_on_disconnect:(flush_on_disconnect=false) ?monitor_fn ?unlock_on_listen backend =
5454
match (B.register backend) with
5555
| Error _ -> Lwt.fail_with "vnetif: error while registering to backend"
5656
| Ok id ->

0 commit comments

Comments
 (0)