diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-04-05 15:52:26 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-04-12 10:12:42 +0900 |
commit | b0e13c3122d6836dec2ee32b2d44f0b4c163943a (patch) | |
tree | 8a738a8ad773d508a74ebcb66329e28afb467b87 /man/systemd.netdev.xml | |
parent | a7b9c52f1f79feae800647b77796115f899222cc (diff) | |
download | systemd-b0e13c3122d6836dec2ee32b2d44f0b4c163943a.tar.gz |
network: add MACsecTransmitAssociation.UseForEncoding= setting
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 030de47438..a58de37b3c 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -948,6 +948,14 @@ unset.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>UseForEncoding=</varname></term> + <listitem> + <para>Takes a boolean. If enabled, then the security association is used for encoding. Only + one <literal>[MACsecTransmitAssociation]</literal> section can enable this option. When enabled, + <varname>Activate=yes</varname> is implied. Defaults to unset.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> <refsect1> |