Mirage_runtime_network
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
.
val dns_servers :
?group:string ->
?docs:string ->
string list option ->
string list option Cmdliner.Term.t
The address of the DNS servers to use. See $REFERENCE for format. docs
defaults to Mirage_runtime.s_net
.
The timeout (in nanoseconds) for DNS resolution.
The DNS resolution cache size.
The timeout (in nanoseconds) for AAAA resolution.
val he_connect_delay :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.t
The delay (in nanoseconds) for establishing connections.
val he_connect_timeout :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.t
The timeout (in nanoseconds) for establishing connections.
val he_resolve_timeout :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.t
The timeout (in nanoseconds) for DNS resolution.
The number of DNS resolution attempts.
val he_timer_interval :
?group:string ->
?docs:string ->
int64 option ->
int64 option Cmdliner.Term.t
The interval (in nanoseconds) when the timer is executed.
The private SSH key.
The SSH password.
val ssh_authenticator :
?group:string ->
?docs:string ->
string option ->
string option Cmdliner.Term.t
The SSH authenticator.
val tls_authenticator :
?group:string ->
?docs:string ->
string option ->
string option Cmdliner.Term.t
The TLS authenticator.
val http_headers :
?group:string ->
?docs:string ->
(string * string) list option ->
(string * string) list option Cmdliner.Term.t
HTTP headers.
The address to send syslog frames to, docs
defaults to Mirage_runtime.s_log
.
The port to send syslog frames to, docs
defaults to Mirage_runtime.s_log
.
Truncate syslog frames to a specific byte count, docs
defaults to Mirage_runtime.s_log
.
val syslog_keyname :
?group:string ->
?docs:string ->
string option ->
string option Cmdliner.Term.t
TLS key used for syslog, docs
defaults to Mirage_runtime.s_log
.
The hostname used for syslog and monitoring, docs
defaults to Mirage_runtime.s_log
.
The address to send monitor statistics to, docs
defaults to Mirage_runtime.s_log
.