summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-11-29 16:42:39 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-02 06:13:47 +0100
commit97f9df9e30962ed1bc6240c5368a18a72f256b72 (patch)
tree603b6e7102917bcb49ed9659b7f3cf2230fb762e /man
parentdca2309108721ebda0512a974e4542f4b0cf5587 (diff)
downloadsystemd-97f9df9e30962ed1bc6240c5368a18a72f256b72.tar.gz
network: rename Protocol= in [RoutingPolicyRule] to IPProtocol=
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 1b6a6d44dd..1484c073ef 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -1007,9 +1007,9 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><varname>Protocol=</varname></term>
+ <term><varname>IPProtocol=</varname></term>
<listitem>
- <para>Specifies the protocol to match in forwarding information base (FIB) rules. Accepted values are tcp, udp and sctp.
+ <para>Specifies the IP protocol to match in forwarding information base (FIB) rules. Accepted values are <literal>tcp</literal>, <literal>udp</literal> and <literal>sctp</literal>.
Defaults to unset.</para>
</listitem>
</varlistentry>