Skip to content

Commit

Permalink
Merge pull request #1410 from hannesm/tcpip-8-0-0
Browse files Browse the repository at this point in the history
allow tcpip 8.x
  • Loading branch information
hannesm committed Mar 20, 2023
2 parents 7dc5d0f + a65e644 commit 1b93d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mirage/impl/mirage_impl_ip.ml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let ( @?? ) x y = opt_map Key.v x @? y

(* convenience function for linking tcpip.unix for checksums *)
let right_tcpip_library ?libs ~sublibs pkg =
let min = "7.0.0" and max = "8.0.0" in
let min = "7.0.0" and max = "9.0.0" in
Key.pure [ package ~min ~max ?libs ~sublibs pkg ]

let ipv4_keyed_conf ~ip ?gateway ?no_init () =
Expand Down

0 comments on commit 1b93d51

Please sign in to comment.