From cd18d983493e3f897c24cee6ba354cdcba15f765 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 17 Apr 2023 14:36:33 -0700 Subject: man: clarify RoutingPolicyRule.TypeOfService docs --- man/systemd.network.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 01d8897638..1b34000052 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1247,7 +1247,16 @@ allow my_server_t localnet_peer_t:peer recv; TypeOfService= - Takes a number between 0 and 255 that specifies the type of service to match. + + This specifies the Type of Service (ToS) field of packets to match; + it takes an unsigned integer in the range 0…255. + The field can be used to specify precedence (the first 3 bits) and ToS (the next 3 bits). + The field can be also used to specify Differentiated Services Code Point (DSCP) (the first 6 bits) and + Explicit Congestion Notification (ECN) (the last 2 bits). + See Type of Service + and Differentiated services + for more details. + -- cgit v1.2.1