package mirage-runtime

  1. Overview
  2. Docs
The base MirageOS runtime library, part of every MirageOS unikernel

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-4.9.0.tbz
sha256=0c07d59eb52dc3d1506eb4121c4953104a12df79d08a0f0923c9b71e7474a026
sha512=666bf9ee20c9f9de058441f252f4f40ceec6a9ffd00e5cd3b7bfa9532fd65000aeb8a83f9e55586be98d0a86ea72f2dda94e924608135e3d63441359505de58a

doc/mirage-runtime.network/Mirage_runtime_network/V6/index.html

Module Mirage_runtime_network.V6Source

Ipv6 Term.ts.

Sourceval network : ?group:string -> ?docs:string -> Ipaddr.V6.Prefix.t option -> Ipaddr.V6.Prefix.t option Cmdliner.Term.t

A network defined by an address and netmask, docs defaults to Mirage_runtime.s_net.

Sourceval gateway : ?group:string -> ?docs:string -> Ipaddr.V6.t option -> Ipaddr.V6.t option Cmdliner.Term.t

A default gateway option, docs defaults to Mirage_runtime.s_net.

Sourceval accept_router_advertisements : ?group:string -> ?docs:string -> unit -> bool Cmdliner.Term.t

An option whether to accept router advertisements, docs defaults to Mirage_runtime.s_net.

OCaml

Innovation. Community. Security.