~ruther/guix-local

224fd038f2908beb8104ddb4b26c7300fceda686 — Andrew Tropin 3 years ago 64213a0
doc: Mention network mask in network-route.

* doc/guix.texi (Networking Setup): Mention network mask in network-route.
1 files changed, 2 insertions(+), 2 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +2 -2
@@ 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.