Mirage_runtime_network.V6SourceIpv6 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.
val accept_router_advertisements :
?group:string ->
?docs:string ->
unit ->
bool Cmdliner.Term.tAn option whether to accept router advertisements, docs defaults to Mirage_runtime.s_net.