On 7/24/24 08:31, Jim C via discuss wrote:
> Hi,
> 
> We saw our OVS has the following specs from this service file:
> 
> # cat /etc/systemd/system/multi-user.target.wants/openvswitch-ipsec.service
> [Unit]
> Description=OVS IPsec daemon
> Requires=openvswitch.service
> After=openvswitch.service
> 
> [Service]
> Type=forking
> PIDFile=/run/openvswitch/ovs-monitor-ipsec.pid
> *ExecStart=/usr/share/openvswitch/scripts/ovs-ctl \
>                     --ike-daemon=libreswan start-ovs-ipsec*
> ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop-ovs-ipsec
> 
> [Install]
> WantedBy=multi-user.target
> 
> It seems it's using libreswan. How can we switch to using strongSwan instead?

If you have strongSwan installed, you should be able to just
replace --ike-daemon=libreswan with --ike-daemon=strongswan
in the service file.

Best regards, Ilya Maximets.

_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to