diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-04-08 17:13:56 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-04-09 08:50:23 +0200 |
commit | 78bb2866fd040b3810a664e92a9a950c391d0a04 (patch) | |
tree | f9860dd547fe40a1bcffe5c134a2f7562923a506 | |
parent | test-network: add tests for WireGuardPeer.PresharedKey= and PresharedKeyFile= (diff) | |
download | systemd-78bb2866fd040b3810a664e92a9a950c391d0a04.tar.xz systemd-78bb2866fd040b3810a664e92a9a950c391d0a04.zip |
NEWS: mention PresharedKeyFile=
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -110,8 +110,8 @@ CHANGES WITH 242: * The new TripleSampling= option in .network files may be used to configure CAN triple sampling. - * A new .netdev setting PrivateKeyFile= may be used to point to private - key for a WireGuard interface. + * A new .netdev settings PrivateKeyFile= and PresharedKeyFile= may be + used to point to private or preshared key for a WireGuard interface. * /etc/crypttab now supports the same-cpu-crypt and submit-from-crypt-cpus options to tweak encryption work scheduling |