From: Yu Watanabe Date: Tue, 13 Jul 2021 12:27:51 +0000 (+0900) Subject: network: update comment and man page X-Git-Tag: v250-rc1~879^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b242926927b6baed5c4d0c6b84d99b31142c9c6;p=thirdparty%2Fsystemd.git network: update comment and man page --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index b8bb8aedf46..0de1994e209 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -2382,12 +2382,12 @@ IPv6Token=prefixstable:2002:da8:1:: UplinkInterface= - Specifies name or index of uplink interface, or one of the special values - :none and :auto. When emitting DNS, NTP, or SIP servers - are enabled but no servers are specified, the servers configured in the uplink interface will - be emitted. When :auto, the link which has default gateway with higher - priority will be automatically selected. When :none, no uplink interface - will be selected. Defaults to :auto. + Specifies the name or the index of the uplink interface, or one of the special + values :none and :auto. When emitting DNS, NTP, or SIP + servers is enabled but no servers are specified, the servers configured in the uplink interface + will be emitted. When :auto, the link which has a default gateway with the + highest priority will be automatically selected. When :none, no uplink + interface will be selected. Defaults to :auto. diff --git a/src/network/networkd-queue.c b/src/network/networkd-queue.c index db682d434b5..bc0012e6d83 100644 --- a/src/network/networkd-queue.c +++ b/src/network/networkd-queue.c @@ -110,7 +110,7 @@ static void request_hash_func(const Request *req, struct siphash *state) { trivial_hash_func(req->object, state); break; case REQUEST_TYPE_DHCP_SERVER: - /* This type does not have object. */ + /* This type does not have an object. */ break; case REQUEST_TYPE_IPV6_PROXY_NDP: in6_addr_hash_func(req->ipv6_proxy_ndp, state);