On Tue 2018-01-09 14:49:13 +0100, Jason A. Donenfeld wrote: > Thanks to the wonderful work of Jörg Thalheim, WireGuard is now > supported inside systemd-netword's .netdev files. The syntax should be > pretty similar to wg(8). Expect for this to be released as part of the > next release of systemd, where you'll then be able to read the man > pages for using it. very cool! systemd-networkd end up invoking wg(8)? or does it interact with the kernel directly? if doesn't need wg(8), then once the new release of systemd is made, we may want to change the dependency recommendations for the wireguard kernel module packages. > Next up - anybody interested in providing support for NetworkManager? iirc, NetworkManager imports a big chunk of systemd in each release (yuck embedded code copies). maybe it'll import the relevant wireguard bits as well? that would probably make the NM work an easier lift. --dkg