Bug #17089
Updated by Jim Pingle about 12 hours ago
"strongSwan strongSwan 6.1.0 disables IKEv1 by default":https://www.strongswan.org/blog/2026/09/07/strongswan-6.1.0-released.html default and considers it deprecated, but it can still be enabled (for now) at compile time. We don't need to remove it yet, but since it will be removed upstream in less than a year, we need to give users some notice. At this time we do not need to make any configuration changes to users tunnels, only notify the user. * We need to warn users somehow that IKEv1 is deprecated when it is selected on a tunnel and warn against its usage. We have done this for other settings before, so the same sort of mechanism can be used here as well when editing a tunnel. * Highlight tunnels with deprecated settings on the tunnel list as well, maybe a caution icon with a tooltip that states it's deprecated. * Generate a one-time notice if any IKEv1 tunnels are configured.