From 26ff450550657a7dac71139ab394947fea6ed3ee Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 9 Feb 2021 15:42:51 +0900 Subject: [PATCH] man: update explanations of settings in [NextHop] section --- man/systemd.network.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 74ec6a29f18..bf6aa80bd29 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1321,15 +1321,25 @@ IPv6Token=prefixstable:2002:da8:1:: - Gateway= + Id= - As in the [Network] section. This is mandatory. + The id of the next hop. Takes an unsigned integer in the range 1…4294967295. If left + unspecified, then automatically chosen by kernel. - Id= + Gateway= - The id of the nexthop (an unsigned integer). If unspecified or '0' then automatically chosen by kernel. + As in the [Network] section. + + + + Family= + + Takes one of the special values ipv4 or ipv6. + By default, the family is determined by the address specified in + Gateway=. If Gateway= is not specified, then defaults + to ipv4.