Mirage_runtime_networkSourceThis 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.
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.tThe address of the DNS resolver to use. See $REFERENCE for format. docs defaults to Mirage_runtime.s_net.
val syslog :
?group:string ->
?docs:string ->
Ipaddr.t option ->
Ipaddr.t option Cmdliner.Term.tThe address to send syslog frames to, docs defaults to Mirage_runtime.s_log.
val monitor :
?group:string ->
?docs:string ->
Ipaddr.t option ->
Ipaddr.t option Cmdliner.Term.tThe 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.