Mirage_runtime_network.V6Ipv6 Term.ts.
val network :
?group:string ->
?docs:string ->
Ipaddr.V6.Prefix.t option ->
Ipaddr.V6.Prefix.t option Cmdliner.Term.tA network defined by an address and netmask, docs defaults to Mirage_runtime.s_net.
val gateway :
?group:string ->
?docs:string ->
Ipaddr.V6.t option ->
Ipaddr.V6.t option Cmdliner.Term.tA default gateway option, docs defaults to Mirage_runtime.s_net.
An option whether to accept router advertisements, docs defaults to Mirage_runtime.s_net.