openvswitch / ovs-issues

Issue tracker repo for Open vSwitch
10 stars 3 forks source link

Does OVS support using new strongSwan service (swanctl + charon-systemd) unit over strongswan-starter (ipsec + charon)? #336

Open JimChen111 opened 2 months ago

JimChen111 commented 2 months ago

Hi,

Based on the implementation here. It seems we only support using the legacy strongSwan service unit with ipsec. But now the new version of strongSwan already uses swanctl to make configs and the IKE daemon that it's using is charon-systemd, not charon for the old version.

I wonder if OVS will do a migration for this. If this is not planned, can someone on the OVS side shed some lights on the outline of making such changes?

Thanks.