diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-11-29 16:42:39 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-02 06:13:47 +0100 |
commit | 97f9df9e30962ed1bc6240c5368a18a72f256b72 (patch) | |
tree | 603b6e7102917bcb49ed9659b7f3cf2230fb762e /man | |
parent | dca2309108721ebda0512a974e4542f4b0cf5587 (diff) | |
download | systemd-97f9df9e30962ed1bc6240c5368a18a72f256b72.tar.gz |
network: rename Protocol= in [RoutingPolicyRule] to IPProtocol=
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 4 |
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> |