]> git.ipfire.org Git - thirdparty/strongswan.git/commit
resolve: Don't install individual servers via resolvconf
authorTobias Brunner <tobias@strongswan.org>
Tue, 13 Dec 2022 09:50:06 +0000 (10:50 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 19 Dec 2022 15:14:25 +0000 (16:14 +0100)
commit17fd304e60dfd6ee169451ea37fccd321cacf7d2
tree47274a33b805fa5be384759b272ac9e0742f1066
parentbd6014a97bbeb7d196ed4e428817f258a088b00f
resolve: Don't install individual servers via resolvconf

The resolvconf implementation provided by systemd via resolvectl strips
everything after the interface name, so each additional server that's
installed replaces the previous one.  And even for other resolvconf
implementations installing them individually doesn't seem necessary as
we track and refcount them anyway.

Closes strongswan/strongswan#1353
conf/plugins/resolve.opt
src/libcharon/plugins/resolve/resolve_handler.c