Library
Module
Module type
Parameter
Class
Class type
This module is the runtime counter-part of the network command-line arguments defined in Mirage_runtime_arg
. Both modules should be kept in sync.
A network interface, docs
defaults to Mirage_runtime.s_net
.
module Arg : sig ... end
Cmdliner.Arg
converters for Ipadrr
types.
module V4 : sig ... end
Ipv4 Terms
module V6 : sig ... end
Ipv6 Term.ts.
An option for dual stack to only use IPv4, docs
defaults to Mirage_runtime.s_net
.
An option for dual stack to only use IPv6, docs
defaults to Mirage_runtime.s_net
.
val resolver :
?group:string ->
?docs:string ->
?default:string list ->
unit ->
string list option Cmdliner.Term.t
The address of the DNS resolver to use. See $REFERENCE for format. docs
defaults to Mirage_runtime.s_net
.
The address to send syslog frames to, docs
defaults to Mirage_runtime.s_log
.
The address to send monitor statistics to, docs
defaults to Mirage_runtime.s_log
.
The port to send syslog frames to, docs
defaults to Mirage_runtime.s_log
.
The hostname to use in syslog frames, docs
defaults to Mirage_runtime.s_log
.