mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
doc: Mention network mask in network-route.
* doc/guix.texi (Networking Setup): Mention network mask in network-route.
This commit is contained in:
parent
64213a0b66
commit
224fd038f2
1 changed files with 2 additions and 2 deletions
|
@ -19177,8 +19177,8 @@ This is the data type representing a network route.
|
|||
|
||||
@table @asis
|
||||
@item @code{destination}
|
||||
The route destination (a string), either an IP address or
|
||||
@code{"default"} to denote the default route.
|
||||
The route destination (a string), either an IP address and network mask
|
||||
or @code{"default"} to denote the default route.
|
||||
|
||||
@item @code{source} (default: @code{#f})
|
||||
The route source.
|
||||
|
|
Loading…
Reference in a new issue