package mirage

  1. Overview
  2. Docs

Ipv4 keys.

val ip : ?group:string -> Ipaddr.V4.t -> Ipaddr.V4.t key

An ip address.

val netmask : ?group:string -> Ipaddr.V4.t -> Ipaddr.V4.t key

A netmask.

val gateways : ?group:string -> Ipaddr.V4.t list -> Ipaddr.V4.t list key

A list of gateways.

val socket : ?group:string -> Ipaddr.V4.t option -> Ipaddr.V4.t option key

An address bound by a socket. Will be none if no address is provided.

val interfaces : ?group:string -> Ipaddr.V4.t list -> Ipaddr.V4.t list key

A list of interfaces bound by a socket.

OCaml

Innovation. Community. Security.