diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-14 02:51:54 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-14 19:05:40 +0200 |
commit | ca420b62011ed46813eb5e98a5791f195ef6b326 (patch) | |
tree | 6f0797160602d2a3d00a7a04204e5d48a30b479f /man | |
parent | Update NEWS (diff) | |
download | systemd-ca420b62011ed46813eb5e98a5791f195ef6b326.tar.xz systemd-ca420b62011ed46813eb5e98a5791f195ef6b326.zip |
network: show known route protocol name nicely in debugging logs
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 c9d6fd4d72..712de7d718 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1225,8 +1225,8 @@ <term><varname>Protocol=</varname></term> <listitem> <para>The protocol identifier for the route. Takes a number between 0 and 255 or the special values - <literal>kernel</literal>, <literal>boot</literal> and <literal>static</literal>. Defaults to - <literal>static</literal>. + <literal>kernel</literal>, <literal>boot</literal>, <literal>static</literal>, + <literal>ra</literal> and <literal>dhcp</literal>. Defaults to <literal>static</literal>. </para> </listitem> </varlistentry> |