package mirage

  1. Overview
  2. Docs

Ipv6 keys.

val network : ?group:string -> Ipaddr.V6.Prefix.t option -> Ipaddr.V6.Prefix.t option key

A network defined by an address and netmask.

val gateway : ?group:string -> Ipaddr.V6.t option -> Ipaddr.V6.t option key

A default gateway option.

val accept_router_advertisements : ?group:string -> unit -> bool key

An option whether to accept router advertisements.