me
/
guix
Archived
1
0
Fork 0

doc: Mention network mask in network-route.

* doc/guix.texi (Networking Setup): Mention network mask in network-route.
master
Andrew Tropin 2022-10-04 16:49:36 +04:00
parent 64213a0b66
commit 224fd038f2
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 2 additions and 2 deletions

View File

@ -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.