package mirage-runtime
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=ade8c410b2de3997c4a513f53f6c990dac6af508161e20df01b64fa7975ca5be
sha512=42fddf09be84c4251417145b88d4f63b41db1b29c9622b2b4e4508e31146f227a16875e670da96251208745f79a42f0b7d2bd8b44b883a705381b4c97a4255b8
doc/mirage-runtime.network/Mirage_runtime_network/index.html
Module Mirage_runtime_network
Source
Command-line arguments for network devices
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
.
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 syslog :
?group:string ->
?docs:string ->
Ipaddr.t option ->
Ipaddr.t option Cmdliner.Term.t
The 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.t
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
.