Module type Vnetif_stack.Vnetif_stack

type backend
module V4V6 : Tcpip.Stack.V4V6
val create_stack_ipv4 : cidr:Ipaddr.V4.Prefix.t -> ?gateway:Ipaddr.V4.t -> ?mtu:int -> ?monitor_fn:(Cstruct.t -> unit Lwt.t) -> ?unlock_on_listen:Lwt_mutex.t -> backend -> V4V6.t Lwt.t

Create a new IPv4 stack connected to an existing backend