diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 2d18064e33..078f1a4bf3 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1086,15 +1086,13 @@ Type= - The Type identifier for special route types, which can be - unicast route to a destination network address which describes the path to the destination, - blackhole packets are discarded silently, - unreachable packets are discarded and the ICMP message host unreachable is generated, - prohibit packets are discarded and the ICMP message communication administratively - prohibited is generated, - if throw the lookup in current routing table will fail and routing selection process - will returns to Routing Policy Database. - Defaults to unicast. + Specifies the type for the route. If unicast, a regular route is defined, i.e. a + route indicating the path to take to a destination network address. If blackhole, packets + to the defined route are discarded silently. If unreachable, packets to the defined route + are discarded and the ICMP message "Host Unreachable" is generated. If prohibit, packets + to the defined route are discarded and the ICMP message "Communication Administratively Prohibited" is + generated. If throw, route lookup in the current routing table will fail and the route + selection process will return to Routing Policy Database (RPDB). Defaults to unicast.