package mirage-runtime

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Mirage_runtime_networkSource

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.

Sourceval interface : ?group:string -> ?docs:string -> string -> string Cmdliner.Term.t

A network interface, docs defaults to Mirage_runtime.s_net.

Sourcemodule Arg : sig ... end

Cmdliner.Arg converters for Ipadrr types.

Sourcemodule V4 : sig ... end

Ipv4 Terms

Sourcemodule V6 : sig ... end

Ipv6 Term.ts.

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

An option for dual stack to only use IPv4, docs defaults to Mirage_runtime.s_net.

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

An option for dual stack to only use IPv6, docs defaults to Mirage_runtime.s_net.

Sourceval 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.

Sourceval 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.

Sourceval 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.

Sourceval syslog_port : ?group:string -> ?docs:string -> int option -> int option Cmdliner.Term.t

The port to send syslog frames to, docs defaults to Mirage_runtime.s_log.

Sourceval syslog_hostname : ?group:string -> ?docs:string -> string -> string Cmdliner.Term.t

The hostname to use in syslog frames, docs defaults to Mirage_runtime.s_log.

OCaml

Innovation. Community. Security.