3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

doc: Mention network mask in network-route.

* doc/guix.texi (Networking Setup): Mention network mask in network-route.
This commit is contained in:
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

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.