From: Yu Watanabe Date: Tue, 9 Feb 2021 06:42:51 +0000 (+0900) Subject: man: update explanations of settings in [NextHop] section X-Git-Tag: v248-rc1~82^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26ff450550657a7dac71139ab394947fea6ed3ee;p=thirdparty%2Fsystemd.git man: update explanations of settings in [NextHop] section --- 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 @@ -1320,16 +1320,26 @@ IPv6Token=prefixstable:2002:da8:1:: hops. + + Id= + + The id of the next hop. Takes an unsigned integer in the range 1…4294967295. If left + unspecified, then automatically chosen by kernel. + + Gateway= - As in the [Network] section. This is mandatory. + As in the [Network] section. - Id= + Family= - The id of the nexthop (an unsigned integer). If unspecified or '0' then automatically chosen by kernel. + 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.