From: Tobias Brunner Date: Fri, 6 Feb 2026 15:10:50 +0000 (+0100) Subject: Merge branch 'swanctl-plugins' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cca0cb77239071278a4c436e85977a88d9d4f61;p=thirdparty%2Fstrongswan.git Merge branch 'swanctl-plugins' Uses a separate default plugin list for swanctl (instead of just loading all of libstrongswan's plugins) to avoid some side-effects of loaded but unused plugins. The load statements in the regression tests have been updated accordingly. A new configure option for maintainers of distributions that ship plugins in separate packages changes the message if a plugin is not found and reduces its log level. This confused users of tools that don't use modular plugin loading (e.g. pki or swanctl). Also changes command line handling in pki and swanctl so that the shared options can be passed before the actual command and that the debug level also affects library/plugin initialization. References strongswan/strongswan#2971 --- 7cca0cb77239071278a4c436e85977a88d9d4f61